Browsing the web without javascript for 2 weeks now

>browsing the web without javascript for 2 weeks now
>need to find the PC Building General thread
>click on catalog
>see pic related
>view page source
>search for "PC Building General"
>find the Id of the Thread in a Json String

mfw this is my life now

Other urls found in this thread:

gnu.org/philosophy/javascript-trap.html
nonfree.pizza
qutebrowser.org/FAQ.html
youtube.com/watch?v=yTU8WbTbZMI
twitter.com/NSFWRedditImage

k then how did you post this? Manual ajax call? lmeow

Sup Forums-x, while it is an extension in javascript it respects your freedoms and most don't consider it "javascript" when they talk of disabling javascript.

autism

POST Header

and why are you going without JS?

>why aren't you opening your machine up to potential nonfree javascript

autism

1. Js in insecure and i hate it
2. My Whitelist in noScript was way to long, and this is a way to teach myself what websites REALLY need javascript, and what not.
3. Basiclly mentioned in 2. but its an experiment.

The goal is WHEN im going back to NoScript, that i will not grant every fucking site permissions, cuz they look ugly without js.

>nonfree javascript
I'm a js dev and idek what that means

>insecure
what's insecure?

>qutebrowser
Oh how I wish dwb was updated to use the newer webkitgtk version. I'm too stupid to do it myself.

Some peoples code is insecure.
Im a security researcher so my hate is maybe a bit exaggerated

>I'm a js dev and idek what that means
Don't worry, it's just a meme.

F-freedom is not a m-meme!
gnu.org/philosophy/javascript-trap.html
Nonfree javascript is a s-serious problem, a-user-kun...

nonfree.pizza

The catalog has done that for years.. how fucking new are you?

Why don't you write your own JavaScript?

qutebrowser.org/FAQ.html

But isn’t Python too slow for a browser?
No. I believe efficiency while coding is a lot more important than efficiency while running.

> I believe efficiency while coding is a lot more important than efficiency while running.

fuckin lel

Have you seen how modern JS frameworks are making old insecurities a thing of the past?

Thats an option.
But i would prefer to write css/html to replace js.

I have a script that replaces the js player in youtube with a html5 Tag:
>copy the current url
>input validation
>give it to youtube-dl
>youtube-dl returns the mp4 location on the google servers as string
>inject a tag in the youtube site with the source pointing to the mp4 on the google server
>give it to

> Why not became a part of the problem?

>browsing the web
gopher://khzai.net/1/phourchan/g/search?/pcbg/

I like the sounds of that, care to post it?

This is autism, no other way to put it.

>disabling javascript
>this youtube.com/watch?v=yTU8WbTbZMI
One of these is autism, the other is not.

I'll take 's legs if you take his arms. He's beginning to rock back and fourth and I'm afraid he's going to have another episode

JS knows your exact location even if you're behind your a VPN or Tor. That's the biggest threat it holds but, shit I don't give a fuck about it when I'm not on the DNM

>i3wm
>js disabled
I went through this phase
Get out now while you still can
install windows or buy a mac and never look back

>right-click youtube link
>openwith mpv

but you have to ask permission from the user for geo location if you're on a modern browser, or is there a way around that?

I hope you are still here.
This is in qutebrowser userscript format

#!/bin/bash
YT_ID=$(echo $QUTE_URL | sed -e s/https// -e s/http// | cut -c28-38) | grep -o -E "[A-Za-z0-9\-\_]{11}"
YT_URL=$(youtube-dl $YT_ID -g -f '[protocol^=http]')
echo "jseval document.getElementById('player-api').innerHTML=''" >> "$QUTE_FIFO"

ooops my messi code had a bug:
fixed version
#!/bin/bash
YT_ID=$(echo $QUTE_URL | sed -e s/https// -e s/http// | cut -c28-38 | grep -o -E "[A-Za-z0-9\-\_]{11}")
YT_URL=$(youtube-dl $YT_ID -g -f '[protocol^=http]')
echo "jseval document.getElementById('player-api').innerHTML=''" >> "$QUTE_FIFO"

I thought you had a grease monkey script that would call this and then insert the video tag inplace of the flash section

also thanks, Ill have a closer look at this in a bit

it's legit super fast. hardware accelerated qt backend.

JS can log keystrokes, potentially punch holes through NAT, install persistent tracking/malware, fingerprint your browser to a unique user and all sorts of just disgusting stuff.

The problem isn't the language javascript but rather that mozilla/chrome WANT your browser to be a completely compromised malware bloated piece of shit

Show me a website that knows your exact location even when you're behind tor.