mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-13 02:04:16 +01:00
Merge branch 'master' into master
This commit is contained in:
commit
061dda00aa
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ if (window.location.href.indexOf("parool.nl") !== -1 || window.location.href.ind
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
function removeDOMElement(...elements) {
|
function removeDOMElement(elements) {
|
||||||
for (let element of elements) {
|
for (let element of elements) {
|
||||||
if (element) element.remove();
|
if (element) element.remove();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue