Detecting diabled JS on a page

PHOTO EMBED

Mon Sep 16 2024 03:27:13 GMT+0000 (Coordinated Universal Time)

Saved by @wilfredeveloper

<script type="javascript">
    // JS related code goes here
</script>
<noscript>
    <a href="next_page.html?noJS=true">JavaScript is disabled on the page. Enable it asap!</a>
</noscript>
content_copyCOPY

https://dev.to/anmolbaranwal/15-amazing-things-you-can-do-with-simple-javascript-g88?ref