NoScript is a CSS-enabled blocking layer that gives website visitors a nicely formatted message to tell them that they need to enable JavaScript in order to use the website properly.
This is for websites that depends on JS so heavily that they don't offer lightweight versions that work without JS.
Please disable your JavaScript in the browser and try the demo here .
- Google Chrome: 35+
- Google Chrome for Android
- Safari for iOS
- Opera: 22+
- Internet Expolorer 11
Since Firefox 23 had been released, "Enable JavaScript" checkbox was removed from the options. Therefore, ordinary users can't disable JS in FF.
- Add <noscript class="noscript"></noscript> tag to the end of your document before </body>. Feel free to add whatever you want to say between the two tags.
- Link to the noscript.css file, or include it in your main css file.
If you are a developer, please feel free to help supporting & testing more browsers. Also, if you think you can make this better looking, then be my guest.
I tested the browsers I have. If you have older versions, please test them and update the minimum supported versions.