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.