diff --git a/contentScript.js b/contentScript.js index 05ea00e..76b9115 100644 --- a/contentScript.js +++ b/contentScript.js @@ -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(); }