swgalaxymap.com maximized map

Maximize map over entire window (100% width and 100% height)

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

You will need to install an extension such as Tampermonkey to install this script.

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

/* ==UserStyle==
@name         swgalaxymap.com maximized map
@version      r1
@description  Maximize map over entire window (100% width and 100% height)
@author       coth
@license      MIT
@namespace https://greasyfork.org/users/707341
==/UserStyle== */

@-moz-document url-prefix("https://hbernberg.carto.com/builder/6650a85d-b115-4680-ab97-721bf8a41a90/embed"), domain("swgalaxymap.com") {
div.m_iframe {
  display: block !important;
  position: fixed !important;
  top: 0px !important;
  left: 0px !important;
  width: 100vw !important;
  height: 100vh !important;
}

div.m_iframe > iframe {
  height: 100vh !important;
}

.CDB-Embed-tab {
  padding: 0px !important;
}

.CDB-Dashboard-canvas {
  background: black !important;
}

.btn-container > .kofi-button {
  display: none !important;
}
}