[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

>browsing the web without javascript for 2 weeks now >need

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 34
Thread images: 3

File: 4chan.png (54KB, 1916x1077px) Image search: [Google]
4chan.png
54KB, 1916x1077px
>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
>>
>>59217132
k then how did you post this? Manual ajax call? lmeow
>>
4chan-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
>>
File: legacyCaptcha.png (79KB, 638x841px) Image search: [Google]
legacyCaptcha.png
79KB, 638x841px
>>59217222
POST Header
>>
>>59217265
and why are you going without JS?
>>
>>59217345
>why aren't you opening your machine up to potential nonfree javascript
>>
>>59217393
autism
>>
>>59217345

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.
>>
>>59217393
>nonfree javascript
I'm a js dev and idek what that means

>>59217413
>insecure
what's insecure?
>>
>>59217427
Some peoples code is insecure.
Im a security researcher so my hate is maybe a bit exaggerated
>>
>>59217427
>I'm a js dev and idek what that means
Don't worry, it's just a meme.
>>
>>59217499
F-freedom is not a m-meme!
https://www.gnu.org/philosophy/javascript-trap.html
Nonfree javascript is a s-serious problem, a-anon-kun...
>>
>>59217393
>>59217427
>>59217499
>>59217520

http://nonfree.pizza
>>
>>59217132
The catalog has done that for years.. how fucking new are you?
>>
https://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
>>
>>59217488
Have you seen how modern JS frameworks are making old insecurities a thing of the past?
>>
>>59217569
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 <video> 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 <video> tag in the youtube site with the source pointing to the mp4 on the google server
>give it to
>>
>>59217593
> Why not became a part of the problem?
>>
File: phour.png (56KB, 920x976px) Image search: [Google]
phour.png
56KB, 920x976px
>>59217132
>browsing the web
gopher://khzai.net/1/phourchan/g/search?/pcbg/
>>
>>59217678
I like the sounds of that, care to post it?
>>
>>59217132
This is autism, no other way to put it.
>>
>>59218285
>disabling javascript
>this https://www.youtube.com/watch?v=yTU8WbTbZMI
One of these is autism, the other is not.
>>
>>59218285
I'll take >>59218326'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
>>
>>59217345
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
>>
>>59217132
>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
>>
>>59217678
>right-click youtube link
>openwith mpv
>>
>>59218429
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?
>>
>>59218245
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='<video controls autoplay><source src=\"""$YT_URL"\""></video>'" >> "$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='<video controls autoplay><source src=\"""$YT_URL"\""></video>'" >> "$QUTE_FIFO"
>>
>>59219107
I thought you had a grease monkey script that would call this and then insert the video tag inplace of the flash section
>>
>>59219107
>>59219263
also thanks, Ill have a closer look at this in a bit
>>
>>59217629
it's legit super fast. hardware accelerated qt backend.

>>59218429
>>59218650
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
>>
>>59218429
Show me a website that knows your exact location even when you're behind tor.
Thread posts: 34
Thread images: 3


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.