Forked from BookGin/firefox-unregister-all-service-workers.js
Last active
July 12, 2023 16:11
-
-
Save sirodoht/48553dec456e2120214733caf7c1cbc1 to your computer and use it in GitHub Desktop.
Unregister all service workers in Firefox.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// navigate to about:serviceworkers first | |
// then run: | |
for (let k of document.querySelectorAll("[data-l10n-id='unregister-button']")) k.click() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tested on Firefox 115