- From: georgir <notifications@github.com>
- Date: Sat, 16 Jul 2022 04:22:09 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 16 July 2022 11:22:22 UTC
Besides for testing, I want to point out another use-case that I've wanted this for: an easier and more complete way for TamperMonkey user scripts to intercept and change page content (scripts, ajax requests/responses, etc.) right when it's loaded instead of using hacks and monkeypatches. The same limitations apply for that use-case: the service worker should only apply to the current tab/document (and maybe child same-origin iframes?) and not be persisted through reloads or navigation as the user-script can re-register it every time. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/ServiceWorker/issues/1642#issuecomment-1186157666 You are receiving this because you are subscribed to this thread. Message ID: <w3c/ServiceWorker/issues/1642/1186157666@github.com>
Received on Saturday, 16 July 2022 11:22:22 UTC