I've been using NoScript, a browser extension that disables all JavaScript and lets you enable them on a server-by-server basis. Let me tell you about what I've learned and how broken the internet experience has been since doing this a few weeks ago.

(1/11)
First, right off the bat sites seem to fall into 3 categories:

- Blank white screens (45%)
- Sites with some things but most content doesn't load (50%)
- Sites that still mostly work (extremely rare, maybe 4%)
- Sites that fully work (less than 1%)

(2/11)
Second, I almost always tell a site their own JS is "trusted". That usually allows a page to mostly work, content to fill in,etc.

Next things to break are:
- Login forms
- Contact forms
- Basic button/link interactions

These should work from basic HTML but don't anymore

(3/11)
Third, the vast majority of sites anymore have 5 or more outside (third-party) servers that have JavaScript loading things on them. These seem to be:

- Ad networks
- Analytics
- Debuggers
- Trackers
- Legit services site needs

(4/11)
Fourth, obviously Google dominates the web. It's easy to block google-analytics .com & such. What's harder is things like ReCaptcha, since it loads off of google .com, among other services people use often. The newer versions of that track your movements/clicks all over.

(5/11)
And now we're at a point where it's harder to even just log in to a service without having to also fill out a Google ReCaptcha form. Two issues with this:
- You have to agree to Google's Privacy Policy (despite you not using their service)
- You can't opt out

(6/11)
Fifth, with logging in, they often break. Your data isn't submitted with forms anymore, you have a dead form submitted with JS. The good ones work if you reenable the site's JS. The bad ones work only if you reenable all JS because they pass your login around so much.

(7/11)
Sixth, there's fun things where text boxes don't store their own text anymore. Like I can type in things but the Submit button doesn't turn on because it hasn't realized text was in. JS logs keystrokes to store in variables then fills text box. No JS, no logging...what?!?

(8/11)
Seventh, other fun misadventures happen. For example, I'm locked out of a Microsoft account. Why? Because by the time I figured out all the JS entries to enable from going from visualstudio.com->microsoftonline.com->live.com->microsoft.com->etc., I look like a hacker.

(9/11)
I'm sure there's other things I'm forgetting.

I'm not anti-JavaScript, I'm anti-everything-through-JS. Why? It breaks basic functionality of the web. I can't disable trackers. I can't protect my privacy. And most of all, even things like typing and buttons just quit.

(10/11)
Can we please stop doing ridiculous nonsense with websites that don't need it? You don't need JS to make a button press or JS to make a link work or JS to type text or JS to load all content on a page or... just no.

Developers, stop breaking the web, please.

(11/11)
To end this... I may have to remove this extension in the end and just block more through ublock because the internet is becoming literally more and more unusable and privacy-invading and I hate it.
You can follow @geekygirlsarah.
Tip: mention @twtextapp on a Twitter thread with the keyword “unroll” to get a link to it.

Latest Threads Unrolled: