Support for bing and duckduckgo
This commit is contained in:
parent
0e81571cf1
commit
58f282ade2
@ -12,6 +12,7 @@ var badIdentifiersArray = [
|
|||||||
'archive.is',
|
'archive.is',
|
||||||
'archive.org',
|
'archive.org',
|
||||||
'assets.tumblr.com',
|
'assets.tumblr.com',
|
||||||
|
'bing.com',
|
||||||
'bit.ly',
|
'bit.ly',
|
||||||
'blogspot.com',
|
'blogspot.com',
|
||||||
'change.org',
|
'change.org',
|
||||||
@ -19,6 +20,7 @@ var badIdentifiersArray = [
|
|||||||
'deviantart.com',
|
'deviantart.com',
|
||||||
'discord-store.com',
|
'discord-store.com',
|
||||||
'discordapp.com',
|
'discordapp.com',
|
||||||
|
'duckduckgo.com',
|
||||||
'en.wikiquote.org',
|
'en.wikiquote.org',
|
||||||
'etsy.com',
|
'etsy.com',
|
||||||
'facebook.com/a',
|
'facebook.com/a',
|
||||||
@ -228,6 +230,8 @@ function createContextMenu(text, id) {
|
|||||||
"*://*.wikipedia.org/*",
|
"*://*.wikipedia.org/*",
|
||||||
"*://*.rationalwiki.org/*",
|
"*://*.rationalwiki.org/*",
|
||||||
"*://*.google.com/*",
|
"*://*.google.com/*",
|
||||||
|
"*://*.bing.com/*",
|
||||||
|
"*://duckduckgo.com/*",
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
@ -23,6 +23,9 @@
|
|||||||
"*://*.rationalwiki.org/*",
|
"*://*.rationalwiki.org/*",
|
||||||
"*://shinigami-eyes.localhost/*",
|
"*://shinigami-eyes.localhost/*",
|
||||||
|
|
||||||
|
"*://duckduckgo.com/*",
|
||||||
|
"*://*.bing.com/*",
|
||||||
|
|
||||||
"*://*.google.ar/*",
|
"*://*.google.ar/*",
|
||||||
"*://*.google.at/*",
|
"*://*.google.at/*",
|
||||||
"*://*.google.be/*",
|
"*://*.google.be/*",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user