Greasy Fork

Greasy Fork is available in English.

VanishIt

通过快速 Alt+右键操作,让任何页面元素轻松消失。

这些是此脚本变更过代码的版本。 显示所有版本。

  • v1.2 2025-06-10

    Added

    • Dark theme support using prefers-color-scheme: dark.
    • Automatic detection of system theme (light/dark) on initial load.
    • Dynamic theme switching: responds to system theme changes in real time using matchMedia().addEventListener('change', ...).

    Changed

    • Reorganized inline styles to dynamically reflect the current theme.
    • Replaced hardcoded light theme styles with conditionally applied values based on system preferences.

    Fixed

    • mouseover and mouseout styles are now also theme-aware, ensuring consistent appearance in both themes.
  • v1.1 2025-06-08

    Changelog v1.1 (from v1.0)

    • Fixed positioning: Switched popup to position: fixed (never clipped by parent overflow)
    • Max z‑index: Set z‑index to browser max (2147483647)
    • Capture‑phase listeners: Run event handlers before site scripts
    • HTML append: Append menu to <html> instead of <body>
    • Esc‑key support: Added Escape key to close the menu
  • v1.0 2025-04-01