Fixes the faulty new X button
< Feedback on 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.
Yanıt göndermek için oturum açın.
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.