Skip to content
Snippets Groups Projects
README.md 1.06 KiB
Newer Older
  • Learn to ignore specific revisions
  • Matt's avatar
    Matt committed
    # UserScript
    
    
    Matt's avatar
    Matt committed
    If your browser cannot install an add-on but has [UserScript](https://en.wikipedia.org/wiki/Userscript) functionality, you can use the following UserScript to address the issue of Cloudflare links hiding in every website you visit. 
    
    Matt's avatar
    Matt committed
    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. 
    
    Matt's avatar
    Matt committed
    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. 
    
    
    Rabbit's avatar
    .  
    Rabbit committed
    ----
    
    `Pick only ONE`
    
    Rabbit's avatar
    .  
    Rabbit committed
    
    - From this git (latest)
    
    Canis familiaris's avatar
    .  
    Canis familiaris committed
      - [Remove CF link](cf.remove.user.js); Remove the link
      - [Color CF link](cf.color.user.js); Mark the link
      - [Replace CF link](cf.replace.user.js); Mark & Replace the link to archived page
    
    Rabbit's avatar
    .  
    Rabbit committed
    - From Greasy Fork (mirror)
    
    Rabbit's avatar
    .  
    Rabbit committed
      - [Remove CF link](https://greasyfork.org/en/scripts/482160)
      - [Color CF link](https://greasyfork.org/en/scripts/482159)
      - [Replace CF link](https://greasyfork.org/en/scripts/482241)