top | item 25276719

(no title)

krishan711 | 5 years ago

I don't think this works well with <noscript> tags and this makes me realise I dont actually know how <noscript> works with browsers

discuss

order

steviedotboston|5 years ago

Yes that's something I need to work on. Basically if you disable JS browser side, the browser ignores the <script> tags and loads the content of <noscript>

remove-js.com just strips out the <script> tags, so the noscript tag remains, it just doesn't know to do anything.

charrondev|5 years ago

Might be worth adding another small script to iterate through the <noscript > tags and unwrap them.