Difference between revisions of "Additional search rules"
(→Ecosia) |
(→User-contributed search rules: Ecosia is masking URLs) |
||
Line 4: | Line 4: | ||
== User-contributed search rules == | == User-contributed search rules == | ||
Here is a list of additional search rules you can add to your WOT configuration: | Here is a list of additional search rules you can add to your WOT configuration: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
=== Scroogle Scraper === | === Scroogle Scraper === |
Revision as of 21:05, 23 March 2010
Adding search rules
The preferred way to add custom search rules to the Firefox add-on is to edit the user.js file in your Firefox profile folder using a text editor.
User-contributed search rules
Here is a list of additional search rules you can add to your WOT configuration:
Scroogle Scraper
Scroogle Scraper allows private searches to Google.
user_pref("weboftrust.search.scroogle.display", "Scroogle Scraper"); user_pref("weboftrust.search.scroogle.url", "^http(s)?\\:\\/\\/(www|ssl)\\.scroogle\\.org\\/cgi-bin\\/nbbw(ssl)?\\.cgi"); user_pref("weboftrust.search.scroogle.ign", "^http(s)?\\:\\/\\/([\\w\\-]+\\.)*scroogle\\.org\\/"); user_pref("weboftrust.search.scroogle.style", "a ~ [ATTR=\"NAME\"] { background: url(IMAGE) right no-repeat; }");
Yauba
Yauba is a real-time search engine focused on privacy.
user_pref("weboftrust.search.yauba.display", "Yauba"); user_pref("weboftrust.search.yauba.url", "^http(s)?\\:\\/\\/(www\\.)?yauba\\.com\\/"); user_pref("weboftrust.search.yauba.ign", "^http(s)?\\:\\/\\/(www\\.)?yauba\\.com\\/"); user_pref("weboftrust.search.yauba.style", "h1 a ~ [ATTR=\"NAME\"] { background: url(IMAGE) right no-repeat; }");