Browse the web and share links with javascript disabled.
Sometimes1 things are just better without javascript
You can view a few examples on the blog why.noscript.it
And I can list a few benefits with noscript
You can either go to this page and enter the destination in the little box at the top, or you can use this bookmarklet.
Drag the link below to your bookmarks bar. Then when you are viewing a page you want to browse using noscript.it, you open the bookmark.
If you are on mobile you need to copy this code and create a new bookmark
javascript:(function()%7Bwindow.location%3D%22https%3A%2F%2Fnoscript.it%2F%23%22%2Bwindow.location%7D)()
Just copy the link from your browser with https://noscript.it/# included before.
Ok, there might be a few different reasons. The first could be that the page you are trying to visit simply does not work without javascript. Sadly a lot of the modern web will just not work without javascript and it won't tell what is wrong either.
There is also a high chance that this page is not working properly. This page is a bodge so there are quite a few sharp edgesdetails.
If you like the noscript version of the web I recommend you get a proper noscript extension for your browser. That will give you a much nicer noscript experience compared to this hack.
[1] Quite often it turns out... actually most of the time... with the exception of a few web apps
[2] Technical details: This page works by leveraging the sandbox attribute of `iframe`, the sandbox attribute allows you to, among other things, disallow the iframe'd page to run javascript.
One of the more common reasons why it does not work is because the page we are trying to view disallows embedding in a <iframe>
, for example with X-Frame-Options. This page will try to detect that and suggest you try working around it by passing the request trough a small application/proxy (cloudflare worker) which removes that limitation.