Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.1 KB

File metadata and controls

13 lines (9 loc) · 1.1 KB

My UserScripts

FAQ

Why not publish on GreasyFork?

In fact, they removed my userscript. Since they require all code to be unminified, while third-party dependencies (like React) are minified by default and can only be included via @require, but not all npm packages support the iife (browser-specific) format (usually they support esm/cjs), I gave up because I didn't want to deal with these complications.