├── AffAlarm.user.js ├── LICENSE ├── README.md ├── Rule.txt └── docs └── add-adblock.html /AffAlarm.user.js: -------------------------------------------------------------------------------- 1 | // ==UserScript== 2 | // @name AffAlarm 3 | // @namespace https://github.com/FunctionClub/AffAlarm/ 4 | // @version 0.2 5 | // @description Fuck away! affman 6 | // @author Kirito 7 | // @match http://*/* 8 | // @match https://*/* 9 | // @exclude http://github.com/* 10 | // @exclude https://github.com/* 11 | // @exclude http://liyuans.com/* 12 | // @exclude https://liyuans.com/* 13 | // @exclude http://zhujiwiki.com/* 14 | // @exclude https://zhujiwiki.com/* 15 | // ==/UserScript== 16 | (function() { 17 | var links = document.getElementsByTagName("a"); //array 18 | for (var i=0,imax=links.length; i 2 | 3 | Install AffAlarm 4 | 5 | 6 | Click Here continue Add AffAlarm into your AdBlock list 7 |
8 |
9 | Go Back 10 | 11 | 12 | --------------------------------------------------------------------------------