I finally created the perfect JavaScript runtime: No-JS
Every line of code has been audited by all security researchers. The implementation is language agnostic and extremely slim (0 LOC). It runs all the JavaScript I want (none).
Ironically, such a site would more bugs then of it would use Javascript. And security issues are still an issue too.
Basically everything has to be handled through forms and a site reload and hidden components and lots of css :hover events. Have you ever tried making a dropout without Javascript? It isn't impossible, but really hard.
And such sites exist. Just that they're mostly Darknet sites like like Dread or Bohemia
dropout menus are actually pretty easy to do without js
all you need is focus-within and friends.
like i recently made one on my personal project (which fully works without js, which is only used for realtime chat functionality and some additional effects, like loading icons in forms and stuff)
The runtime doesn't need to be obfuscated. Only the code you run with it. You can still compress and obfuscate that and it will run just as well as it did before. Actually you can completely scramble your code and it would still run exactly the same.
One cool thing is that the comments are self documenting. I read the program earlier and it's quite clear what it does. Excellent accomplishment, dear colleague!