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