Teddit – An alternative Reddit front-end focused on privacy
91–96 of 96 posts
Re: Teddit – An alternative Reddit front-end focused on privacy
#92Earlier quoted context omitted.
It's perfect in that there's no way for them to differentiate from normal browser traffic. This is adversarial interoperability which is exactly how we're supposed to deal with corporations and their idiotic "terms". Nobody is forced to accept their "take it or leave it" BS. https://www.eff.org/deeplinks/2019/10/adversarial-interopera... If it's important enough, someone somewhere will care enough to fix it when it i…
I would be very curious to know how many engineers inside google have as their sole responsibility to fight programs like YouTube-dl and so on. I am willing to bet it’s a whole division.
I realize we're not too far off from that dystopia but it's still a battle that deserves to be fought for the principle of it.
Re: Teddit – An alternative Reddit front-end focused on privacy
#93It sucks that all this talk about scraping HTML will only push Reddit to deprecate Old Reddit even faster so users are forced to use a Javascript-heavy experience, complete with random HTML IDs. What then?
Re: Teddit – An alternative Reddit front-end focused on privacy
#94For the Redirector browser plugin: { "description": "Reddit to Teddit", "exampleUrl": "https://www.reddit.com/u/rmhack", "exampleResult": "https://teddit.net/u/rmhack", "error": null, "includePattern": "^(https?://)([a-z0-9-]*\\.)reddit.com/(.*)", "excludePattern": "", "patternDesc": "Convert all Reddit http(s) subdomains to teddit.net", "redirectUrl": "https://teddit.net/$3", "patternType": "R", "processMatches": "n…
https://addons.mozilla.org/en-US/firefox/addon/redirector/ that is. I use the same add-on for nitter, teddit and invidious.
Re: Teddit – An alternative Reddit front-end focused on privacy
#95Earlier quoted context omitted.
The problem with redirectors is that it first has to go to the site you want to avoid and then it gets redirected. I always wanted something that would re-write pages as they are displayed and I couldn't find anything so I wrote my own greasemonkey script that gives me all of my searxng/teddit/piped/rimgo/wikiless/quetre/libremdb/proxitok/neuters/scribe/. It also removes most utm trackers and referral codes from urls…
May I see it?