this post was submitted on 11 Jun 2026
10 points (100.0% liked)
AskBeehaw
2971 readers
13 users here now
An open-ended community for asking and answering various questions! Permissive of asks, AMAs, and OOTLs (out-of-the-loop) alike.
In the absence of flairs, questions requesting more thought-out answers can be marked by putting [SERIOUS] in the title.
Subcommunity of Chat
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
If you're asking about a theoretical timeline without JavaScript: yes, of course. The modern internet is more than just web pages, and there are millions, if not billions, of internet-connected services and devices which never need to touch JavaScript to function. Even just referring to websites, you do not need JavaScript to render some text, create forms, or even create a navbar with fancy submenus and visual effects. JavaScript just makes it easier to do (at the cost of performance, usually). Similarly, JavaScript could be replaced by a more advanced form of WebAssembly that can manipulate the DOM.
If you're asking about whether you can browse websites on the internet today without JavaScript: yes, you can disable JavaScript on every major browser. Most websites should function, but some things won't work correctly. You'll run into issues if you use your browser for things like online banking, but if you just want to search for information, most websites will work.
If you're asking whether you can disable JavaScript in your browser: yes, of course.