From caef709e371101be6f82a9291241cc205a5b7178 Mon Sep 17 00:00:00 2001 From: Kevin Payravi Date: Sun, 5 Feb 2023 20:25:19 -0600 Subject: [PATCH] Adding support for 4 more BreezeWiki mirrors --- content.js | 2 +- manifest2.json | 5 ++++- manifest3.json | 10 ++++++++-- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/content.js b/content.js index 7ccc508..5f6c449 100644 --- a/content.js +++ b/content.js @@ -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: diff --git a/manifest2.json b/manifest2.json index 8475d0d..7d12e77 100644 --- a/manifest2.json +++ b/manifest2.json @@ -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/*", diff --git a/manifest3.json b/manifest3.json index f7edfe6..5f03592 100644 --- a/manifest3.json +++ b/manifest3.json @@ -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/*",