We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee31447 commit 94bcd2cCopy full SHA for 94bcd2c
content-script.js
@@ -428,9 +428,6 @@ Repaginator.prototype = {
428
// Note: This is NOT a security mechanism, but a performance thing.
429
Array.forEach(doc.querySelectorAll("script"),
430
s => s.parentNode.removeChild(s));
431
- Array.forEach(doc.querySelectorAll("noscript"),
432
- s => s.parentNode.removeChild(s));
433
-
434
yield true;
435
436
// Do the dirty deed
0 commit comments