Greasy Fork镜像 支持简体中文。

swgalaxymap.com maximized map

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

  1. /* ==UserStyle==
  2. @name swgalaxymap.com maximized map
  3. @version r1
  4. @description Maximize map over entire window (100% width and 100% height)
  5. @author coth
  6. @license MIT
  7. @namespace https://gf.qytechs.cn/users/707341
  8. ==/UserStyle== */
  9.  
  10. @-moz-document url-prefix("https://hbernberg.carto.com/builder/6650a85d-b115-4680-ab97-721bf8a41a90/embed"), domain("swgalaxymap.com") {
  11. div.m_iframe {
  12. display: block !important;
  13. position: fixed !important;
  14. top: 0px !important;
  15. left: 0px !important;
  16. width: 100vw !important;
  17. height: 100vh !important;
  18. }
  19.  
  20. div.m_iframe > iframe {
  21. height: 100vh !important;
  22. }
  23.  
  24. .CDB-Embed-tab {
  25. padding: 0px !important;
  26. }
  27.  
  28. .CDB-Dashboard-canvas {
  29. background: black !important;
  30. }
  31.  
  32. .btn-container > .kofi-button {
  33. display: none !important;
  34. }
  35. }

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址