Adding new BreezeWiki host

pull/227/head
Kevin Payravi 2023-07-26 13:04:29 -05:00
parent c09b8958a2
commit 3bc9dd088b
3 changed files with 12 additions and 8 deletions

View File

@ -50,7 +50,8 @@ if (chrome.declarativeNetRequest) {
'*://bw.artemislena.eu/*', '*://bw.artemislena.eu/*',
'*://bw.hamstro.dev/*', '*://bw.hamstro.dev/*',
'*://nerd.whatever.social/*', '*://nerd.whatever.social/*',
'*://breeze.nohost.network/*' '*://breeze.nohost.network/*',
'*://breeze.whateveritworks.org/*'
], ],
types: [ types: [
'main_frame' 'main_frame'
@ -126,10 +127,11 @@ function updateDeclarativeRule() {
"breezewiki.pussthecat.org", "breezewiki.pussthecat.org",
"bw.vern.cc", "bw.vern.cc",
"breezewiki.esmailelbob.xyz", "breezewiki.esmailelbob.xyz",
'bw.artemislena.eu', "bw.artemislena.eu",
'bw.hamstro.dev', "bw.hamstro.dev",
'nerd.whatever.social', "nerd.whatever.social",
'breeze.nohost.network' "breeze.nohost.network",
"breeze.whateveritworks.org"
], ],
"resourceTypes": [ "resourceTypes": [
"main_frame" "main_frame"

View File

@ -1,4 +1,4 @@
const breezeWikiRegex = /breezewiki\.com$|breeze\.hostux\.net$|bw\.projectsegfau\.lt$|antifandom\.com$|breezewiki\.pussthecat\.org$|bw\.vern\.cc$|breezewiki\.esmailelbob\.xyz$|bw\.artemislena\.eu$|bw\.hamstro\.dev$|nerd\.whatever\.social$|breeze\.nohost\.network$/; const breezeWikiRegex = /breezewiki\.com$|breeze\.hostux\.net$|bw\.projectsegfau\.lt$|antifandom\.com$|breezewiki\.pussthecat\.org$|bw\.vern\.cc$|breezewiki\.esmailelbob\.xyz$|bw\.artemislena\.eu$|bw\.hamstro\.dev$|nerd\.whatever\.social$|breeze\.nohost\.network$|breeze\.whateveritworks\.org$/;
const currentURL = new URL(document.location); const currentURL = new URL(document.location);
// Create object prototypes for getting and setting attributes: // Create object prototypes for getting and setting attributes:

View File

@ -18,7 +18,8 @@
"https://bw.artemislena.eu/*", "https://bw.artemislena.eu/*",
"https://bw.hamstro.dev/*", "https://bw.hamstro.dev/*",
"https://nerd.whatever.social/*", "https://nerd.whatever.social/*",
"https://breeze.nohost.network/*" "https://breeze.nohost.network/*",
"https://breeze.whateveritworks.org/*"
], ],
"icons": { "icons": {
"16": "images/logo-16.png", "16": "images/logo-16.png",
@ -67,7 +68,8 @@
"https://bw.artemislena.eu/*", "https://bw.artemislena.eu/*",
"https://bw.hamstro.dev/*", "https://bw.hamstro.dev/*",
"https://nerd.whatever.social/*", "https://nerd.whatever.social/*",
"https://breeze.nohost.network/*" "https://breeze.nohost.network/*",
"https://breeze.whateveritworks.org/*"
], ],
"js": [ "js": [
"content-banners.js" "content-banners.js"