This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "name": "pagetual kagi custom - Kagi Search", | |
| "url": "^https?://kagi\\.com/", | |
| "example": "https://kagi.com/search?q=pagetual+kagi+custom", | |
| "autoClick": "#load_more_results" | |
| } | |
| ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! @see - https://github.com/gorhill/uBlock/wiki/Static-filter-syntax | |
| #! Donation reminder banner | |
| www.etools.ch###etools_header | |
| #! Unknown | |
| www.etools.ch##form > table:nth-of-type(1) > tbody:nth-of-type(1) > tr:nth-of-type(2) > td:nth-of-type(2) > table > tbody > tr > td:nth-of-type(2) | |
| #! Advertisements | |
| www.etools.ch##.small.light |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "name": "eTools Metasearch - Mobile", | |
| "url": "^https?:\\/\\/www\\.etools\\.ch\\/(mobileSearch\\.do|mobileSearchSubmit\\.do)\\?query=", | |
| "example": "https://www.etools.ch/mobileSearchSubmit.do?query=%s", | |
| "nextLink": "body > p.nav > a", | |
| "pageElement": "body > p:nth-of-type(-n+10)" | |
| } | |
| ] |