mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 05:27:48 +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) {
|
||||
if (element) element.remove();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue