Update README.md

This commit is contained in:
Imre Kristoffer Eilertsen
2021-05-29 09:48:23 +02:00
committed by GitHub
parent d7ef4f72e7
commit d1b1e2c4de
+2 -2
View File
@@ -38,7 +38,7 @@ Jeg forsikrer dere også om at det såklart er fullt mulig å kontakte meg om ad
## The tools that I use:
• [Checker for redundant filter entries and for ABP syntaxes](https://abpvn.com/ruleChecker/redundantRuleChecker.html), made by Famlam. It does however not account for uBO-syntax-specific entries, nor for ABP syntaxes newer than 2017. <br>
• [Recentmost tool I used to test IP server availability](https://github.com/funilrys/PyFunceble), made by [Funilrys](https://github.com/funilrys). <br>
• [Recentmost tool I've used to test IP server availability](https://github.com/funilrys/PyFunceble), made by [Funilrys](https://github.com/funilrys). <br>
• To easily create GitCDN links to the lists, in case anyone have list connection problems: [GitHub GitCDN Button](https://greasyfork.org/scripts/373361-github-gitcdn-button) by [mikhoul](https://greasyfork.org/users/3930-mikhoul) <br>
• To find very similar domains for Hosts files, or to find all domains hosted by specific IP addresses (both IPv4 and IPv6): [SecurityTrails](https://securitytrails.com/) <br>
• To look for invalidly written entries according to uBO's syntax: Use uBlock Origin, set logger to *All*, and resync the lists. <br>
@@ -50,7 +50,7 @@ Jeg forsikrer dere også om at det såklart er fullt mulig å kontakte meg om ad
### Ways one can use [Sublime Text](https://www.sublimetext.com/) (made by Jon Skinner and Will Bond) to improve his/her filter lists:
• To sort filter entries in alphabetic order: F9 / Edit → Sort Lines <br>
• To remove "www." from most entries: Ctrl+H / Find → Replace… <br>
• To remove `www.` from most entries: Ctrl+H / Find → Replace… <br>
• To remove duplicates: Edit → Permute Lines → Unique <br>
• To remove duplicates across files: Paste the content of the file that shall retain its filters on top, and paste the content of the file that shall delete its duplicates on bottom. <br>
• To remove element-rule targets from adblock files, so that the rules' domains can be run through PyFunceble: Ctrl+H / Find → Replace, turn on RegEx, and then replace `##.*` and `#?#.*` with nothing.