您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Maximize map over entire window (100% width and 100% height)
- /* ==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://gf.qytechs.cn/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;
- }
- }
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址