Remove empty line causing load failure under uBlock Origin #309

This commit is contained in:
pixeltris 2024-12-10 20:32:28 +00:00
parent ce8fbbf65e
commit 477085016b
4 changed files with 0 additions and 4 deletions

View File

@ -95,7 +95,6 @@ twitch-videoad.js text/javascript
return !workerStringConflicts.some((x) => workerString.includes(x)) return !workerStringConflicts.some((x) => workerString.includes(x))
|| workerStringAllow.some((x) => workerString.includes(x)) || workerStringAllow.some((x) => workerString.includes(x))
|| workerStringReinsert.some((x) => workerString.includes(x)); || workerStringReinsert.some((x) => workerString.includes(x));
} }
function hookWindowWorker() { function hookWindowWorker() {
var reinsert = getWorkersForReinsert(window.Worker); var reinsert = getWorkersForReinsert(window.Worker);

View File

@ -107,7 +107,6 @@
return !workerStringConflicts.some((x) => workerString.includes(x)) return !workerStringConflicts.some((x) => workerString.includes(x))
|| workerStringAllow.some((x) => workerString.includes(x)) || workerStringAllow.some((x) => workerString.includes(x))
|| workerStringReinsert.some((x) => workerString.includes(x)); || workerStringReinsert.some((x) => workerString.includes(x));
} }
function hookWindowWorker() { function hookWindowWorker() {
var reinsert = getWorkersForReinsert(window.Worker); var reinsert = getWorkersForReinsert(window.Worker);

View File

@ -94,7 +94,6 @@ twitch-videoad.js text/javascript
return !workerStringConflicts.some((x) => workerString.includes(x)) return !workerStringConflicts.some((x) => workerString.includes(x))
|| workerStringAllow.some((x) => workerString.includes(x)) || workerStringAllow.some((x) => workerString.includes(x))
|| workerStringReinsert.some((x) => workerString.includes(x)); || workerStringReinsert.some((x) => workerString.includes(x));
} }
function hookWindowWorker() { function hookWindowWorker() {
var reinsert = getWorkersForReinsert(window.Worker); var reinsert = getWorkersForReinsert(window.Worker);

View File

@ -106,7 +106,6 @@
return !workerStringConflicts.some((x) => workerString.includes(x)) return !workerStringConflicts.some((x) => workerString.includes(x))
|| workerStringAllow.some((x) => workerString.includes(x)) || workerStringAllow.some((x) => workerString.includes(x))
|| workerStringReinsert.some((x) => workerString.includes(x)); || workerStringReinsert.some((x) => workerString.includes(x));
} }
function hookWindowWorker() { function hookWindowWorker() {
var reinsert = getWorkersForReinsert(window.Worker); var reinsert = getWorkersForReinsert(window.Worker);