http://ramsayswe2iil5wjmsvsvdm2stmam7f6bajlb4ma2wio3feljrnm6xqd.onion/2025/05/09/mokintoken-is-now-a-pwa.html
Internally, a service worker is installed to intercept the POST share request, encrypt it locally, send the encrypted blob to the server, and then redirect the user to resulting ‘note saved’ page with the url + QR code. CODE Aside, this feature informed me of 2 things. First, to intercept any fetch requests, the service worker needs to be installed at the root scope (ie ‘/’).