diff --git a/tool/userscript b/tool/userscripts/README.md similarity index 58% rename from tool/userscript rename to tool/userscripts/README.md index 9e9ef5510294349b2daf828c7002e84fd5d1380f..3df37b987468a521a9cf5c31d27e90c8c34f4409 100644 --- a/tool/userscript +++ b/tool/userscripts/README.md @@ -3,6 +3,9 @@ If your browser cannot install an add-on but has UserScript functionality, you can use the following UserScript to address the issue of Cloudflare links hiding in every website you visit. This script can help you gain similar power to identify and take action against those links. However, keep in mind that there may be some limitations due to your browser's restrictions. -If you can use "[Are links vulnerable to MITM attack?](../subfiles/addon/ismm.md)" add-on, it is **recommended** to use it instead of the script for better protection and performance. +If you can use "[Are links vulnerable to MITM attack?](../../subfiles/addon/ismm.md)" add-on, it is **recommended** to use it instead of the script for better protection and performance. + +- The UserScript + - [Remove CF link](dcf.us.remove.js) + - [Color CF link](dcf.us.color.js) -- [The Script](script.browser.js).