best way to block <noscript> ?
Posted: Sat Aug 20, 2022 6:01 pm
I've been realized a lot of pages still track you even js is disabled with the <noscript> element
Something like:
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?
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>