Adding support for 4 more BreezeWiki mirrors
parent
8ffd7f3989
commit
caef709e37
|
@ -1,6 +1,6 @@
|
|||
const searchEngineRegex = /www\.google\.|duckduckgo\.com|www\.bing\.com/;
|
||||
const fandomRegex = /\.fandom\.com$/;
|
||||
const breezeWikiRegex = /breezewiki\.pussthecat\.org$|bw\.odyssey346\.dev$|bw\.vern\.cc$|breezewiki\.esmailelbob\.xyz$|bw\.artemislena\.eu$/;
|
||||
const breezeWikiRegex = /breeze\.777\.tf$|breeze\.hostux\.net$|bw\.projectsegfau\.lt$|antifandom\.com$|breezewiki\.pussthecat\.org$|bw\.vern\.cc$|breezewiki\.esmailelbob\.xyz$|bw\.artemislena\.eu$/;
|
||||
const currentURL = new URL(document.location);
|
||||
|
||||
// Create object prototypes for getting and setting attributes:
|
||||
|
|
|
@ -42,8 +42,11 @@
|
|||
"matches": [
|
||||
"https://*.fandom.com/*",
|
||||
"https://breezewiki.com/*",
|
||||
"https://antifandom.com/*",
|
||||
"https://bw.projectsegfau.lt/*",
|
||||
"https://breeze.hostux.net/*",
|
||||
"https://breeze.777.tf/*",
|
||||
"https://breezewiki.pussthecat.org/*",
|
||||
"https://bw.odyssey346.dev/*",
|
||||
"https://bw.vern.cc/*",
|
||||
"https://breezewiki.esmailelbob.xyz/*",
|
||||
"https://bw.artemislena.eu/*",
|
||||
|
|
|
@ -36,8 +36,11 @@
|
|||
"matches": [
|
||||
"https://*.fandom.com/*",
|
||||
"https://breezewiki.com/*",
|
||||
"https://antifandom.com/*",
|
||||
"https://bw.projectsegfau.lt/*",
|
||||
"https://breeze.hostux.net/*",
|
||||
"https://breeze.777.tf/*",
|
||||
"https://breezewiki.pussthecat.org/*",
|
||||
"https://bw.odyssey346.dev/*",
|
||||
"https://bw.vern.cc/*",
|
||||
"https://breezewiki.esmailelbob.xyz/*",
|
||||
"https://bw.artemislena.eu/*",
|
||||
|
@ -244,8 +247,11 @@
|
|||
"matches": [
|
||||
"https://*.fandom.com/*",
|
||||
"https://breezewiki.com/*",
|
||||
"https://antifandom.com/*",
|
||||
"https://bw.projectsegfau.lt/*",
|
||||
"https://breeze.hostux.net/*",
|
||||
"https://breeze.777.tf/*",
|
||||
"https://breezewiki.pussthecat.org/*",
|
||||
"https://bw.odyssey346.dev/*",
|
||||
"https://bw.vern.cc/*",
|
||||
"https://breezewiki.esmailelbob.xyz/*",
|
||||
"https://bw.artemislena.eu/*",
|
||||
|
|
Loading…
Reference in New Issue