1

If JavaScript is disabled in developer tools, I want to run noscript on the screen immediately.

<noscript> this page is wrong </noscript>

If you disable JavaScript in developer tools and go to another page, noscript is applied. I want the noscript content to be applied immediately when JavaScript is disabled, but is there any way?

Or is there anything else I can do to disable javascript mode?

shining
  • 27
  • 3
  • 1
    write your own browser so that the development tools work exactly how you demand? – Bravo Feb 24 '22 at 03:55
  • You can't because there's no event for that, because there's no javascript to fire the event – Alon Eitan Feb 24 '22 at 03:59
  • I'm wondering if it's possible to set up some kind of dead-man's-switch in combination with CSS, such that the ` – Tom Feb 24 '22 at 04:06

0 Answers0