Fixes the faulty new X button
< 腳本Fix X button的回應
Check out https://www.tampermonkey.net/documentation.php?locale=en#api:window.closeOn TamperMonkey at least, if you replace `@grant none` with `@grant window.close`, your code should close the tab as intended.
登入以回覆
Check out https://www.tampermonkey.net/documentation.php?locale=en#api:window.close
On TamperMonkey at least, if you replace `@grant none` with `@grant window.close`, your code should close the tab as intended.