zlacker

[parent] [thread] 0 comments
1. eis+(OP)[view] [source] 2022-07-14 11:28:55
Actually it's trivial to detect if JS was completely blocked with the <noscript> tag. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/no...

And on the flip side you can trivially detect if some .js file was blocked from loading with some inline <script> tag that checks for whatever the .js file should expose.

The third case with the browser not implementing some feature is a bit more work but usually also rather easy to do.

[go to top]