Here's also a userscript that removes the service worker API from Chromium browsers:
// ==UserScript== // @name Remove service worker API // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author You // @match https://*/* // @grant none // @run-at document-start // ==/UserScript== delete Object.getPrototypeOf(navigator).serviceWorker;
Here's also a userscript that removes the service worker API from Chromium browsers:
In Firefox, iirc you can disable that API somewhere in about:config.