Month: April 2024
Remove service workers in Firefox
/Open about:debugging#/runtime/this-firefox in the address bar. Delete all listed service workers by entering for (let button of document.querySelectorAll(“.qa-unregister-button”)) { button.click(); } in the debugger console.
Read more »