What are the best piracy tips/tricks. I host most of my own media, but I want to be able to read paywalled news articles, watch youtube w/o ads am generally into privacy, etc.
What are your best practices?
What’s the title got to do with the post?
The apps are different on iOS bc of apple’s walled garden. For example, NewPipe (in the other comment) is a music app on iOS and I didn’t know about it before. The browser is locked to Safari or skins of safari, so extensions are pretty limited. Graphene gives a lot more options so I’m looking for those RE: piracy.
Ah, thanks for explaining. Guess I’m just old. I do my piracy on a regular computer.
For Youtube w/o ads just use Newpipe, an open source, privacy aware, third party app. You’ll never need to log into Youtube again. And it’s not even piracy, even if Google might think differently 🙂
IMO blocking ads is a form of piracy. You are circumventing there form (ads) of monetization. But yea Newpipe is great I personally use Tubular
Did you enter into a contract saying you must watch ads to use the service? Is ad blocking against ToS? I don’t think either are true, and a “click to consent” isn’t legally binding. Either way, I will never not block ads as it is important from a privacy and cyber security perspective.
Enter a contract no… you also don’t ‘enter a contract’ when you buy a dvd either or watch in theaters etc (no idea about streaming service tbh). As for ToS yes https://support.google.com/youtube/answer/14129599?hl=en
When you block YouTube ads, you violate YouTube’s Terms of Service.
You’ll never need to log into Youtube again
Well, I’ve used Newpipe for the longest time but depending on your internet connection / CGNAT’ed or, even using a VPN means it won’t work unless you do sign in :/
Cannot confirm, in my usage I have never encountered this. I use Newpipe almost daily and do not have a YT login.
Occasionally Google has done something (deliberately or coincidentally) to limit third party app access, but that’s usually worked around very quickly.
Plenty of others can confirm
https://www.google.com/search?q=please sign in bot YouTube&udm=14
It’s been going on for months, especially VPN users.
https://github.com/revanced/revanced-manager for YouTube (and other App mods), you need to patch the app yourself. (If you are downloading a patched apk you are getting scammed. You have to patch it yourself) https://github.com/mihonapp/mihon for manga / manhwa I use internet archives for paywalls but their might be a better solution. F-droid has a a lot of neat open source app, I guess you know of it since you are picking graphene, but just in case. Firefox supports addons, it’s been a great browser (though its UI is a bit rough sometimes) and could be your solution for YouTube with uBlock and the background play addons. I personally don’t like graphene launcher, I personally use NovaLauncher (the paid version), their is quite a lot of FOSS ones too.
edit: sorry for the formatting, my phone f it up
Defo go for F-droid! Dunno if it’s baked into Graphene but I use it almost exclusively on Android.
I also recommend Firefox/Fennec with the Web Archives add-on for viewing paywalled articles. You will be depending on others archiving the full version to read them, but with most larger outlets they will.
Question about browsers: Do you have a preference of Firefox, Fennec or Iceraven?
Thanks for the tip about Web Archives. I’ll put that on for sure. Was considering sideloading Bypass Paywalls Clean and they mentioned Iceraven, which I had never heard of.
Edit: BPC link goes to a *.ru
TLD. Link is also on the BPC wikipedia page. They previously got booted from gitlab and github.
I recommend Mull. It is security/privacy hardened Firefox and built by using Fennec as a base. Always use Fennec over Firefox because it removes telemetry, proprietary code, and strongly protects against browser fingerprinting. Comes with support for most (if not all) desktop Firefox extensions. I highly recommend using uBlock Origin, ask anyone and they’ll tell you it is the best content blocker available.
Another good browser is Cromite. It is security hardened Chromium with built-in ad/content blocking, decent fingerprinting protection, and strong site isolation. It doesn’t have support for extensions because upstream Chromium on Android doesn’t either and it is hugely complex to port.
Modded APKs always have some level of risk. I would personally never use *vanced or anything, I’d stick to Newpipe.
I made the jump from iOS to GrapheneOS a couple years ago. Definitely one of the best decisions I’ve ever made.
It does not have Fdroid available by default, so Download and Install the APK.
I recommend the Mull Browser, as it gives you access to about:config settings and you can install a lot of extensions. I do recommend using NoScript extension on Mull and then using GrapheneOS’s Vanadium browser when you need JS.
On Mull, install ublock origin and then paste a custom filter into it to bypass paywalls. I like this list. Even though it’s not piracy related, I also recommend looking into the Libredirect extension.
For YouTube, I recommend using Tubular. It’s a Newpipe fork that supports Sponsorblock.
Enjoy and good luck.
Don’t go with fdroid. Go with Obtainium. You can download apps directly from Github and it updates automatically. Smaller attack surface and it’s one less hoop to jump through.
Why smaller attack surface? Bigger attack surface. For an attacker is way easier to hack a single developer and publish a malicious APK on their GitHub (or alternative) rather than hosting malware on the official fdroid repository.
The first just requires a phishing email (trojanize a random Dev with poor opsec, get his apk signing key and his browser cookies) while the second is way more complex (get full access to fdroid build servers)