nextspaceflight css

a

当前为 2025-09-30 提交的版本,查看 最新版本

// ==UserScript==
// @name         nextspaceflight css
// @description  a
// @match        https://nextspaceflight.com/*
// @version 0.0.1.20250930163055
// @namespace https://greasyfork.org/users/1435046
// ==/UserScript==

(function () {
  const style = document.createElement('style');
  style.textContent = `

  `;
  document.head.appendChild(style);
})();