http://mayxwebloguxp4t2bgyc2i22zxylftibcajiyqmghlpyb7g6zxfsyiyd.onion/2025/08/01/sw-proxy.html
DOCTYPE html> <html> <head> <meta charset= "UTF-8" /> <title> Mayx的博客 </title> </head> <body> <script> // 注册 Service Worker if ( ' serviceWorker ' in navigator ) { navigator . serviceWorker . register ( ' /sw.js ' ) . then ( registration => { console . log ( ' Service Worker 注册成功: ' , registration . scope ); // 刷新网页 location . reload (); }) . catch ( error => { console . error ( ' Service Worker 注册失败: ' , error ); location = " https://mabbs.github.io " ; }); } else { location = " https://mabbs.github.io "...