Page 1 of 1

best way to block <noscript> ?

Posted: Sat Aug 20, 2022 6:01 pm
by Sebastian
I've been realized a lot of pages still track you even js is disabled with the <noscript> element

Something like:

Code: Select all

<noscript><img height="1" width="1" style="display:none"
  src="https://www.facebook.com/tr?id=242753934224323&ev=PageView&noscript=1"
/></noscript>
Mostly its tracking pixels, (from all the badguys googletagmanager and so on) anyone here who knows a leightweight safe way to block this bullsh*t?

Re: best way to block <noscript> ?

Posted: Sat Aug 20, 2022 6:04 pm
by barbaz
In NoScript? You can uncheck "noscript" option in DEFAULT and/or UNTRUSTED preset. See viewtopic.php?f=7&t=26285 for details