Using the Web for a Day with JavaScript Turned Off
smashingmagazine.com
Using the Web for a Day with JavaScript Turned Off
1–10 of 180 posts
Re: Using the Web for a Day with JavaScript Turned Off
#2> There is a danger that more and more sites will require JavaScript to render any content at all. What danger, exactly? While some sites that don't require a lot of js is nice you will soon notice that many sites you want js on. Music streaming services is one example.
I build api based sites nowdays because of mainly two reasons:
1. They feel more rapid after initial load and gives the user a better experience.
2. You can use the same api for web and mobile experiences.
I personally think that WebAssembly is the future so the web will finally just be another compilation target and I can't wait for it to be wide spread.
Re: Using the Web for a Day with JavaScript Turned Off
#3I block all JavaScript, then re enable it when needed to fix a site.
Often I just need to enable 1st party scripts in the uBlock Origin grid to fix it.
Make sure you enable advanced mode to see the grid.
Re: Using the Web for a Day with JavaScript Turned Off
#4Install uBlock Origin and do it every day! I block all JavaScript, then re enable it when needed to fix a site. Often I just need to enable 1st party scripts in the uBlock Origin grid to fix it. Make sure you enable advanced mode to see the grid.
Re: Using the Web for a Day with JavaScript Turned Off
#5Re: Using the Web for a Day with JavaScript Turned Off
#6Re: Using the Web for a Day with JavaScript Turned Off
#7Install uBlock Origin and do it every day! I block all JavaScript, then re enable it when needed to fix a site. Often I just need to enable 1st party scripts in the uBlock Origin grid to fix it. Make sure you enable advanced mode to see the grid.
Having just one is certainly less hassle, but uMatrix gives more granular control over what's allowed by the first/third party domains than uBO's advanced mode.
Re: Using the Web for a Day with JavaScript Turned Off
#8At some point (maybe after the popularity of Google Maps?) nobody wanted progressive enhancement and it was totally cool to just ignore users who had JS turned off. It made web app development so much easier, but probably less user friendly.
It feels like JS is a hammer to fix the nail of the page reload. I always thought it was too bad that browsers choose to show the blank page instead of sending the request and just rendering the difference themselves.
Re: Using the Web for a Day with JavaScript Turned Off
#9Re: Using the Web for a Day with JavaScript Turned Off
#10Install uBlock Origin and do it every day! I block all JavaScript, then re enable it when needed to fix a site. Often I just need to enable 1st party scripts in the uBlock Origin grid to fix it. Make sure you enable advanced mode to see the grid.