Is There a Fully Featured Youtube Player with Integrated Ad Block? - General Questions and Answers

With Google's war on anything ad block I am running out of places to look and i figured XDA would be one of the last bastions of this type of application left.
I am looking for a side loaded YouTube Player that removes video ads similar to how PC ad block plugins do this on the main website.
Important Notes
Please Recommend Only Custom or Modified Youtube Apps
Please do not recommend System Wide Adblock Solutions Or Apps that Require Root. I do not have a rooted device and do not plan on rooting.
Please do not post replies arguing the ethics of ad-block as I dont care and will report any posts like this as irrelevant
Please do not post links to apps on the play store as these are taken down quickly and 90% of them will be broken by the time I check back

Related

[app/mod]ultimate adblock/remover+ collection

if you like me dont like the annoying ads and other not wanted pop ups,i decided to post the best adblocking+ apps available atm
its very difficult to say which one is the best for what rom/android version,its best to try and see/test yourself
1.Mother of All AD-BLOCKING from xda member BSDgeek_Jake
bsdgeek s thread<----CLICK HERE
its contains a very detailed explanation what and how to
2.adaway its a apk just install like a normal apk update and follow the instructions
adaway2.8 download here---->http://d-h.st/Dsv
the official site its here--->adaway official site<---- here there also is a link to fdroid where adaway is also available
3.adfree its a apk and can also be installed as a normal apk/update and follow the instructions
adfree download here---->http://d-h.st/jrN
the official site can be found here and there you can also get the download adfree official site<----
4.[Xposed Module] Xad presented by XDA Senior Member DragonHunt3r, who created a module to block the Google Ads API. With this module, you can get rid of most ads seen on your device. Installation is really easy. All you need is root and the latest version of Xposed Framework.
original thread DragonHunt3r s thread<----CLICK HERE
5.adblock plus(also called ABP) its a apk and can also be installed as a normal apk/update and follow the instructions.
ABP download here----->http://d-h.st/q3f
here is the original site here you can also get the download ABP thread<----CLICK HERE
6.lucky patcher its also a very good addblocker,but i can not put a link here because i think its forbidden,because it can do more then just blocking adds,if you wanto try it just use google
7.[Xposed module] MinMinGuard . It can completely remove both the ads inside apps and the empty space caused by those ads. Conventional ads removing apps are only able to block the ad content, but the space taken by the ad will still remain unused (black). MinMinGuard successfully removes that black space, which extends the app window and makes your user-experience better.
All you need is root and the latest version of Xposed Framework
the official thread can be found here,with a very detailed what and how to------>MinMinGuard thread<----CLICK HERE
i think i mentioned the 7 best addblockers+...ofcourse dont forget your phone needs to be rooted
and dont forget the thank/donate the original creaters!!
if i forgot mention a adblocker or/and a thread please let me know and ill add it here
and ofcourse youre findings good or bad with a specific blocker can be shared here just post it!!
Click to expand...
Click to collapse
Thanks for this! I'm trying to find the holy grail of ad-blocking, but pretty sure it's futile. On Android 4.2.2, so far I've found MOAB and AdAway prevent in browser flash videos from playing (Firefox + Flash), and ABP unfortunately breaks HBO Go.
DroidWall blocks all the ads on all of my games. Download from the Play Store. This app is the ultimate solution as it doesn't run any persistent services, and it uses built-in Android functionality (iptables). Basically, it blocks all Internet connection from any app you select, like a firewall. Good for privacy as well as ad-blocking. Works on Android 2.3+ and requires root.
Enjoy!
<<< Please say thanks!
Thanks for putting this list together man. Good stuff! :good:
thanks for the effort man
a pool for the one we like the most would have been awesome though

[GUIDE] My Android Tools(Pro) - one of my fav apps

I'm surprised no one has reviewed this app but I'll give it a shot. *edit- attached pics keep going away each time I edit this post. Take a look at the attachments for screenshots.
My Android Tools (free version)
My Android Tools(Pro)
This is an app I stumbled across by chance or mentions in random forum posts and maybe those who've played with it do only a few things such as disable startup items but it's a lot more powerful than that in regards to blocking in-app ads and trackers.
Now, blocking stuff is a multi-prong approach.
You have Adaway for removing the DNS requests for both apps and browser traffic. MAP targets in-app stuff- not browser traffic. That's why you'd do something like Adaway + MinMinGuard/Adblocker XPosed modules. They actually target blocking the code in the app.
something like XPrivacy for sending random info instead of what an app wants from you
And a bunch of apps and XPosed modules to do things like block receivers or in-app ads.
I've whittled it down to Adaway + *Youtube Adaway + *CrappaLinks + My Android Tools(Pro)
*XPosed Modules
from now on I'm calling My Android Tools MAP
First, make a backup of your ROM
Next, make a backup in the About screen in MAP. The optional thing is if you want MAP to open after every app install/upgrade for review of new and updated apps.
*screenshot
The 3 things we'll look at are Services, Broadcast Receivers and Activities.
Services- things that run whenever
Broadcast Receivers - things that respond to system events (boot, connectivity changes, timezone changes, packages added, etc)
Activities - ads and junk that pop up on your screen. Developers add 3rd party sdk's to show pop-ups and stuff. This is how XPosed Modules such as MinMinGuard and Adblocker work
ContentProvider - still haven't figured out if I find stuff here yet. Maybe in Google Play Services it might have some analytics provider but it's basically things that share things with other apps.
*screenshot
Under Services I mainly look at Analytics and Campaign Tracking svcs. It's up to you but these do offer legit tracking analytics to developers.
Google to see what they do
*screenshot
Broadcast Receivers a few apps that do look at a limited selection of these like XPosed module ReceiverStop
mainly I look at 2 of them:
android.intent.action.BOOT_COMPLETED
com.android.vending.INSTALL_REFERRER
*screenshot
Finally, Activities
This is how MinMinguard and the like block things. We're going to block more because MinMinGuard just has a hardcoded list (see above link to its source code. That's what frustrated me about MinMinGuard. If I'm going to block this stuff I'd rather not have a hardcoded list as ad blocking should be equal opportunity if a user is going that route.)
under here it's really about getting familiar with names of ad networks. Here's a hint
I just downloaded a random app to find one with a bunch of fun things.
*screenshot
Great guide, thank you.
royeiror said:
Great guide, thank you.
Click to expand...
Click to collapse
yw, thanks for the nudge to put it together
Also, note disabling some activities core to an app can cause loss of functionality, force closes, icon removed from the app drawer, etc. That's why I toggle showing the long description of things (that <> button) so I know which are main pieces.
Unity is a library for game development so most of it is actually the app if you see that one a lot.
Sometimes I use the search to look for ad, analytic, track, campaign
Official worst app I've seen for ad activities : agar.io
It's one of the Google recommended apps of 2015 and I was able to find and block 35 ad network activities.
I can't imagine what it's like to actually play the app and what info about you gets collected
@jawz101 : There is an older thread where is shared this app along with an guide which stuff to disable: [SHARE] [APP] MyAndroidTools + Guide to disable some Play Services processes Add it to OP...
@Force I'm wary of disabling too many Google Play Services. I mainly look at the analytics and ads stuff but even then I wonder what repercussions any of it has on battery life. Say, if an app calls for a specific function and it's no longer able to retrieve the information would it cause a force close or get hung in some loop and chew up CPU? I dunno.
Anyone having FCs with the latest version?? It doesn't seem to open at all.. I have a note 4 N910C, on 5.1.1 COJ5, rooted, xposed.
i have been using this for many roms and it saves loads of ram and helps your phone/tablet boot up quicker,i read somewhere that it dont work with xposed or mm both are wrong because i use it on AICP MM ROM and have Xposed installed for XinternalSD and have had no problems at all.
I do submit any crashes if they happen and have emailed the dev in the past when crashes happened. I used to get app crashes until several months ago when trying to backup the current config or when clicking the Content Providers menu option but no longer. Sometimes I completely wiped my device to get it to stop crashing. Since it's been updated these past few months those problems don't occur.
You may want to try reinstalling the app, clearing its data, rebooting, etc to see if something fixed your app crash. Make sure your device I is rooted and the My Android Tools app does indeed have root privileges. Given the nature of the app it may take some error submissions and logcats sent to the dev.
Good to see that somebody reviewed and created a thread for this great app.
Just one question here (if someone could help out) - unlike other apps, Skype seems to be way too stubborn. By mistake I once turned off the connectivity change broadcast receiver. Now, no matter what I do I cannot toggle this receiver back on. WHY? I tried pretty much everything. Rebooting, enabling the receiver from within SD Maid pro, tried making a backup of MAT and then editing this backup manually to remove the tweak for skype but it all failed. With other apps I can toggle their receiver, activities and everything however I see fit and the toggles remain put. With Skype, however, it's a fail. Any help?
Let x
Great tutorial.
As you seem to be very clever with MyAndroidTools, do you have any idea how to spot the services to disable with MyAndroidTools, in order to kill UC news inside the 11.4.5.1005 UC browser last release :
For more or less one week, UC browser has become unusable for Android nowadays with forcing every user with b******* news, foxnews search engine, star magazine search engine, googlenews search engine, yahoo search engine, uc browser search engine, 9app, music player and many more.
Do you think MyAndroidTools could be able to strangle this overwhelming flow of stupidity ?
If yes, there are so much possible items among Services (run whenever), ...
What could be a method to spot the tap and turn it off?
thx
is there any FOSS alternative?
Can't locate in the Play store?
Has the app been removed from the play store? If so is there any chance you could make the file available here? This has been a favorite app of mine for quite sometime. Would hate to see it fade into oblivion.
Guys this was a one-stop app for me...can somebody make the apk here??
Sivabalan said:
Guys this was a one-stop app for me...can somebody make the apk here??
Click to expand...
Click to collapse
I don't know if I would be violating any XDA rules or not. For sure this app is no longer available on the Play store and the developer unfortunately didn't respond to my email. If I can be assured that I'm not violating any XDA rules, I'll gladly share. PS, I love this app I use it for so many things
Bobbaloo said:
I don't know if I would be violating any XDA rules or not. For sure this app is no longer available on the Play store and the developer unfortunately didn't respond to my email. If I can be assured that I'm not violating any XDA rules, I'll gladly share. PS, I love this app I use it for so many things
Click to expand...
Click to collapse
Buddy it's available in apk mirror portal.
App was removed from Play Store how to get the Pro now?
I bought it but if it's in my library its a pita to search a misplaced tap and you back to the top of the list
How I can get this app? It's no longer in the AppStore. I bought the Pro Version.
Bobbaloo said:
I don't know if I would be violating any XDA rules or not. For sure this app is no longer available on the Play store and the developer unfortunately didn't respond to my email. If I can be assured that I'm not violating any XDA rules, I'll gladly share. PS, I love this app I use it for so many things
Click to expand...
Click to collapse
I bought it on google play and suddenly it disappeared. I contacted the creator and he wrote me he violated some rules (?) of google play and they cutted off his account, but he send me the full apk. But I don't know if I can share it here and if he wants to share the full version. Anyway it's still possible to find it on some websites (apkmirror and something else).
I'm satisfied with it, expecially after I lost money buying autorun manager pro (the developer is not releasing new version, he said he's not interested in it anymore).
Anyway, if someone has any alternative to suggest to My Android Tools Pro it would be good.

Ad block for YouTube app?

What are you guys using to block ads in the YouTube app? I used to use an xposed module. Not sure if that will still work or if there's another method these days. Any suggestions?
Thanks!
0reo said:
What are you guys using to block ads in the YouTube app? I used to use an xposed module. Not sure if that will still work or if there's another method these days. Any suggestions?
Thanks!
Click to expand...
Click to collapse
Just install the app called YouTube Vanced from their website. It will just skip right over the ads like they're not even there. You'll need to install that plus MicroG in order to be able to login.. IF you use and have Google Chrome browser running you need to force stop it and disable it until you're done signing in otherwise the sign in will just sit there and not work.. You can enable it again after it's installed and you're logged in to.. Choose one of the NON ROOT versions and install both YouTube Vanced and MicroG found here. https://www.mediafire.com/folder/773e97cz2ezx1/AddFree_Youtube_BackgroundPlay_Enabled
They released a manager (check their website) so you can check for updates and install the app and requirements easily.
I'm using 14.99 a month lol
0reo said:
What are you guys using to block ads in the YouTube app? I used to use an xposed module. Not sure if that will still work or if there's another method these days. Any suggestions?
Thanks!
Click to expand...
Click to collapse
When you use either samsung internet or beta ver., in their bucket under app settings they call ad-ons, there is an ad-block app selection called ad-block for YouTube(you'll see it in the drop-down menu), and that's probably the same one the other gentleman already responded to you with?
It's by-far, the best one I've ever test drove, as I'm not a great fan of those!:laugh:
lol I remember when you tube did not have any adds, then it was short ads every few videos, then it was ads at the beginning and end of video now there are more ads than videos. I would love to strip all the ads out of you tube, but don't want any malware installed on my phone.... lol
Vanced
Fatmonk8 said:
Vanced
Click to expand...
Click to collapse
Interesting
https://youtubevanced.com/
I use utube less and less now especially for movies. Give Google time and they will screw up the their best apps.
Remember how good gmail -was- over a decade ago?
Liberals think everything needs fixed and proceed to do so until broke:silly:
blackhawk said:
Interesting
https://youtubevanced.com/
I use utube less and less now especially for movies. Give Google time and they will screw up the their best apps.
Remember how good gmail -was- over a decade ago?
Liberals think everything needs fixed and proceed to do so until broke:silly:
Click to expand...
Click to collapse
Didn't know this was a political question. I simply said Vanced...
Try this manager its
one all in one
https://vancedapp.com/
Im very new to Android and finally made the switch after over a decade using iPhone, Question that I can't find a true answer to is would I possibly get banned for using YouTube Vanced and being logged in on my main google account on the app?
I-Siamak-I said:
Im very new to Android and finally made the switch after over a decade using iPhone, Question that I can't find a true answer to is would I possibly get banned for using YouTube Vanced and being logged in on my main google account on the app?
Click to expand...
Click to collapse
No mate I have no issues using vanced
Vanced...since years now..another reason for sticking to android
I-Siamak-I said:
Im very new to Android and finally made the switch after over a decade using iPhone, Question that I can't find a true answer to is would I possibly get banned for using YouTube Vanced and being logged in on my main google account on the app?
Click to expand...
Click to collapse
My advice would be plain and simple.
Use Samsung Internet Browser.
I know it's not perfect, but for me not bad at all.
I'm sure it's a good alternative.?
I really got so fed up with YouTube ads that i looked for a good straight forward alternative...
(I also did not want to use YouTube Vance etc..)
Saw remarks about Samsung internet browser,
started using it,
Very surprised, it was fast smooth etc.
With Samsung offering , free to install, add ons, to the browser....
AdBlockers and also a free to install, YouTube AdBlocker,
See screenshot.
i must admit i have not seen one advert, when browsing YouTube.
Note
I'm logged into YouTube with my Google account.
So my advice is to use Samsung Internet Browser
to browse YouTube until you get a better option.?
Good luck.
papubhai said:
Vanced...since years now..another reason for sticking to android
Click to expand...
Click to collapse
This and notifications making me stick with Android ..
Cercube is available on iOS too . IN jb you can install tweak in even latest version of youtube app.
The beauty of vanced if you turn your screen times off
YouTube will continue to play
Perfect for me as I do a lot of driving...
Just tried it with Samsung browser screen times out youtube stops playing
Something for you to maybe think about?
I use YouTube Premium to block all ads while still supporting my favorite creators.
Vote for Vanced. The latest version has an option to remove (+) button even. It allows to hide all these distracting tiles, gifs, stories etc, leaving the pure video clips only.
I'm a long time Adguard user, no adds in apps, browser, nowhere

Question Ads/Sponsored Content in Google Feed on Pixel Phone ? Any way to block it ?

Hi there, it's been a long time since i used my last Pixel (it was 2XL),
what i notice right away after using my P7Pro for few days is that Google Feed on this phone is showing a lot of ads/sponsored content,
i used host based adblock along with adguard private DNS on this phone, same setup like my other phone (Aquos R6)
but to my surprise, while it managed to block the ads/sponsored contents on my Aquos, it failed to do so on my Pixel.
Do google actually do same thing with apple on macOS ? setting up certain IP/URL/Connection in OS level, bypassing our DNS/VPN/Host ?
Because i dont remember ever seeing thia much of an ads in my Google Feed. And, as comparison, i dont see the same ads from my Aquos which signed into same google account.
Do you have any idea how to reduce it ? or block it ?
And, no, choosing "Show less" or "Block this ads" by pressing ... button on the Feed doesn't work.
otonieru said:
Hi there, it's been a long time since i used my last Pixel (it was 2XL),
what i notice right away after using my P7Pro for few days is that Google Feed on this phone is showing a lot of ads/sponsored content,
i used host based adblock along with adguard private DNS on this phone, same setup like my other phone (Aquos R6)
but to my surprise, while it managed to block the ads/sponsored contents on my Aquos, it failed to do so on my Pixel.
Do google actually do same thing with apple on macOS ? setting up certain IP/URL/Connection in OS level, bypassing our DNS/VPN/Host ?
Because i dont remember ever seeing thia much of an ads in my Google Feed. And, as comparison, i dont see the same ads from my Aquos which signed into same google account.
Do you have any idea how to reduce it ? or block it ?
And, no, choosing "Show less" or "Block this ads" by pressing ... button on the Feed doesn't work.
Click to expand...
Click to collapse
I don't use Google Feeds it's an open door for some pubs
I prefer to use Flym which manages my RSS feeds and I don't have ads.
I also use AdAway and the Magisk Systemless Hosts-Unified module.
Adguard app, no adds unless you missed some filters/updates. Works great on Facebook too.
As others mentioned, you need a way to block/filter traffic on your entire device. There are apps that use a VPN to filter traffic without root, though there is always the root method of editing your hosts file which has been around for a good while which will always also work.
There is also one other option which is to use a DNS server which some companies provide as a paid service, the benefit there is you can choose to put the filter in your modem to have it filter down to all of the devices on your network, though personally I would never go for this option as iot is far too easy to block something you didn't want to, and a hassle to unblock it.
I installed a Play Store App, DNS66, and this seems to block ADs system wide including YouTube Music Ads - now it plays like a regular music player without the garbage ads every other song.
Thank you for all replies,
as mentioned i already using two adblock methods, root based and DNS based, and for other apps, the ads all gone, system widely,
only Google Discover still showing it,
but it SOLVED now, after turning off Ads Personalisation in My Ads setting in Google app, somehow all the ads now gone. Probably there's cache somewhere in my system which prevent the adblock to work 100% on Discover.
otonieru said:
Thank you for all replies,
as mentioned i already using two adblock methods, root based and DNS based, and for other apps, the ads all gone, system widely,
only Google Discover still showing it,
but it SOLVED now, after turning off Ads Personalisation in My Ads setting in Google app, somehow all the ads now gone. Probably there's cache somewhere in my system which prevent the adblock to work 100% on Discover.
Click to expand...
Click to collapse
This worked perfectly for me on both my Pixel phones. Thank you so much!

Blocking ad's on Facebook/IG

Is there any apps out there that can do this?
So sick of all the ads on the apps
umx said:
Is there any apps out there that can do this?
So sick of all the ads on the apps
Click to expand...
Click to collapse
Unfortunately no. They appear to either be served server side, or the apps use the "home" servers as proxies for ads. I'm not sure which. Either way there doesn't seem to be a way to block the ads, even by using a third party client (which Facebook does not support and often intentionally breaks).
V0latyle said:
Unfortunately no. They appear to either be served server side, or the apps use the "home" servers as proxies for ads. I'm not sure which. Either way there doesn't seem to be a way to block the ads, even by using a third party client (which Facebook does not support and often intentionally breaks).
Click to expand...
Click to collapse
I miss the days where roms would just block all that stuff. well thanks for reply
Yeah, I think they changed things in response to ad blocking. That's how they make a lot of their money - other than selling your data and invading your privacy, they target you with ads. It's a revenue stream for them so it's unsurprising they'd want to protect it.
Ad blockers don't work in this regard because they only block known ad domains. This works well enough for web pages and apps that display ads from those domains, but it doesn't work when the app uses its home servers as a proxy.
Frost.apk stopped working 2 weeks ago !!! It's been unsupported for years, but was in service until now ! (facebook server must have been updated so this 3rd party app broken)
Search on XDA and all 3rd party FB app are dead !?!? (metal, LC, vanced, etc)
I found 1 post from a guy stating that re-vanced manager can patch the original facebooklite.apk, but it didn't work.
So far Opera.apk with oem adblock seem to do the trick, but not very nice to use .
Note : even ad-away can't block facebooklite ads. Very very annoying.
I'm use to see ONLY friends post and group post. That's it that's all, nothing more. No tiktok ****, or fake life hack, or robot vacuum that I dont need.
umx said:
Is there any apps out there that can do this?
So sick of all the ads on the apps
Click to expand...
Click to collapse
the best bet would be to try Revanced. They usually are used to patch to remove ads in YouTube, however they work in so many other apps. I use this app for Twitter to remove ads, and it works fine. I recommend giving Revanced a try. They are very likely to work for Instagram and Facebook.

Categories

Resources