[-] [email protected] 1 points 18 hours ago

It's a bit hit and miss. Sometimes tracking functions are baked into the same JS files that are required for a functional site. You could absolutely do a deep dive into minified or even obfuscated JS code, but many people prefer to use something simple instead where no tinkering is required.

[-] [email protected] 5 points 1 day ago* (last edited 1 day ago)

Unfortunately, since the API change, Reddit blocks VPNs even on old Reddit.

EDIT: If you must visit reddit via VPN, consider using sh.reddit.com. It only supports the new layout though.

[-] [email protected] 4 points 1 day ago

Because privacy frontends send only the required data without the whole tracking garbage to the corresponding platform. That doesn't end at API calls, they are missing JS trackers that track your mouse movement, how long you look at a page, etc as well.

Often, a nice side effect is that ads are removed as well.

[-] [email protected] 7 points 5 days ago

In the case of Tubular (a NewPipe fork), the issue is getting code 403 (Forbidden), which prevents playing the video. It occurred sporadically while playing videos for some time but could always be fixed with a restart. Now this occurs at the very start while trying to play a video for all people at the same time. I'm strongly suspecting that this is a move aimed specifically at 3rd party players.

[-] [email protected] 2 points 1 month ago

To detect two keystrokes closely followed, you can use EventListeners for the onkeyup/onkeydown event. In combination with a variable that determines if the key was already pressed within the last 100 ms and a setTimeout call that resets that variable after 100 ms, it should be fairly easy to accomplish.

treasure

joined 1 month ago