Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sirodoht/48553dec456e2120214733caf7c1cbc1 to your computer and use it in GitHub Desktop.
Save sirodoht/48553dec456e2120214733caf7c1cbc1 to your computer and use it in GitHub Desktop.
Unregister all service workers in Firefox.
// navigate to about:serviceworkers first
// then run:
for (let k of document.querySelectorAll("[data-l10n-id='unregister-button']")) k.click()
@sirodoht
Copy link
Author

Tested on Firefox 115

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment