'If JavaScript is disabled in developer tools, I want to run noscript on the screen immediately [closed]

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?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source