Luogu Blog & Paste Auto-Redirect Userscript

This userscript siletnly fixes three common haedaches when browsing Luogu from mainland China: International site (luogu.com) blocks are bypassed by rewriting the domain to luogu.me. Domestic "Safe Access Center" interstitial pages have their outbound links patched so you land directly on the mirror instead of bouncing through the wa ...

Posted on Thu, 30 Jul 2026 16:19:47 +0000 by bl00dshooter

Extracting Web Table Data and Exporting to Excel Using a Tampermonkey Script

Often we need to download tabular data displayed on a web page as an Excel file. When the site does not provide a suitable download option, a custom script can be used to gather the data and export it. Using a Tampermonkey (userscript) makes it easy to share the solution with others. Below are two practical approaches: one that simulates manual ...

Posted on Sun, 17 May 2026 06:41:49 +0000 by WendyB