Add support for Ecosia
This commit is contained in:
parent
d6b9fede76
commit
a66e48da92
@ -40,6 +40,7 @@ const badIdentifiersArray = [
|
||||
'docs.google.com',
|
||||
'drive.google.com',
|
||||
'duckduckgo.com',
|
||||
'ecosia.org',
|
||||
'en.wikipedia.org',
|
||||
'en.wikiquote.org',
|
||||
'etsy.com=SN',
|
||||
@ -460,6 +461,7 @@ const socialNetworkPatterns = [
|
||||
"*://*.rationalwiki.org/*",
|
||||
"*://*.google.com/*",
|
||||
"*://*.bing.com/*",
|
||||
"*://*.ecosia.org/*",
|
||||
"*://duckduckgo.com/*",
|
||||
];
|
||||
|
||||
|
@ -93,6 +93,7 @@ function init() {
|
||||
'rationalwiki.org',
|
||||
'duckduckgo.com',
|
||||
'bing.com',
|
||||
'ecosia.org',
|
||||
].includes(hostname) ||
|
||||
domainIs(hostname, 'tumblr.com') ||
|
||||
domainIs(hostname, 'wikipedia.org') ||
|
||||
|
@ -26,6 +26,7 @@
|
||||
|
||||
"*://duckduckgo.com/*",
|
||||
"*://*.bing.com/*",
|
||||
"*://*.ecosia.org/*",
|
||||
|
||||
"*://*.google.ar/*",
|
||||
"*://*.google.at/*",
|
||||
|
@ -64,7 +64,7 @@
|
||||
<i>(topics)</i></label>
|
||||
<label class="website-checkbox"><input type="checkbox" data-site="reddit.com">Reddit</i></label>
|
||||
<label class="website-checkbox"><input type="checkbox" data-site="search-engines">Google, Bing,
|
||||
DuckDuckGo <i>(search results)</i></label>
|
||||
DuckDuckGo, Ecosia <i>(search results)</i></label>
|
||||
<label class="website-checkbox"><input type="checkbox" data-site="tumblr.com">Tumblr</label>
|
||||
<label class="website-checkbox"><input type="checkbox" data-site="twitter.com">Twitter</label>
|
||||
<label class="website-checkbox"><input type="checkbox" data-site="wikipedia.org">Wikipedia
|
||||
|
Loading…
Reference in New Issue
Block a user