How can I remove the annoying Youtube Video apps on Lolli - Verizon HTC One (M8)

I know that going to 5.X removes my ability to use Xposed (which sucks), but I'm wondering if there is anyway for me to use youtube without getting the annoying ads before the videos.
I've tried alternative players, but couldn't find one that I liked and that had the ability to cast to my chromecast. If you have an idea of an app that can do that, maybe I missed it, can you post up advice?
I've revereted to an older version of Youtube: found here, but there is no queue option for the videos.
Any advice would be greatly appreciated.

Try Adblock Plus

Related

[Q]how to force youtube app (on android ICS) to launch full-screen video immediately?

i'm using hp touchpad with cm9/4.0.4 now, with the stock youtube app (latest version).
the annoying part is, everytime i click on one of the video links, it goes to the page with title/small video windows/comments etc. however, i want it to proceed straight to full screen video upon clicking the link.
is there anything i can do to achieve this? (other than tasker, please)
thanks!
help please! thanks!
anybody?
help
Trick YouTube app to fullscreen playback
Hey, it seems a few of us found this design flaw in YouTube on a tablet. Anyway, since you're rooted, you can apply my fix that I wrote up here:
http://forum.xda-developers.com/showpost.php?p=52004796&postcount=4

Video Playback Options 4.4

I have posted before with no luck, but hoping someone has found a fix for it in the past few months..
Whenever I use my browser (Boat Browser or all the others I've tried) to watch videos, I no longer have the option to "Open" or "Download" the file, it just automatically plays in the built in media player.. I want to use MX Player..I used to have the option of what to do with the video, but same thing happening with built in player..I have made sure all defaults were cleared, and I even tried uninstalling the Gallery that is linked with the camera.. No luck.
I'm running 4.3 on my tablet, and still have the option so obviously it is a 4.4 issue, and not a browser issue. So just hoping I get lucky and someone has found a fix for it.. Appreciate any feedback!
Bump after edit

[Q] Nexus 5 choppy video playback with Google Photos

Hey,
So I'm on a stock 5.1.1 and updated to the latest Google Photos version, which I think screws with my devices HW acceleration. Basically , after updating I can't watch any HD videos without the frames stuttering, the screen sometimes blacks out in middle of viewing videos as well. Searching around I found that more people experience this, but it isn't that widespread. The problem goes away if I revert the update. Any help for additional workarounds would be appreciated.
Thanks
I was able to find another solution to this. With the latest photos app running, I went in to developer options and switched from NuPlayer to AwesomePlayer making things working smoothly again when playing videos.
If anybody can check what player they're running after updating the app and tell me if they experience video playback stutter with it, I'd appreciate it.
Seems like Google switched between default players on the different OS updates, I'm wondering if they've done the same and it didn't register or something.
Thanks.
Dekkon3 said:
I was able to find another solution to this. With the latest photos app running, I went in to developer options and switched from NuPlayer to AwesomePlayer making things working smoothly again when playing videos.
If anybody can check what player they're running after updating the app and tell me if they experience video playback stutter with it, I'd appreciate it.
Seems like Google switched between default players on the different OS updates, I'm wondering if they've done the same and it didn't register or something.
Thanks.
Click to expand...
Click to collapse
This worked for me also. Nice to see confirmation.

[APP] TubeCast - Youtube to Chromecast Audio

Hello everyone,
As you all know youtube app on android and ios does not support Chromecast audio, so I've developed a new android app that let users cast youtube to Chromecast Audio. It finds only audio track, so you do not need to worry about network traffic, as the audio track size is usually much smaller than the video size. My intension is to support more websites, currently it works best for youtube.
Key features:
- Detect music audio tracks from the websites you visit and cast to Chromecast
- Support queue, so you can add many items once and let Chromecast do the rest
- Support repeat playback, repeat all/one/none/shuffle
- Support playback and volume controls
- Built-in browser with multi-tabs
- If websites contain both video and audio, this app will select only audio track, so you do not need to worry about network traffic, as the audio track size is usually much smaller than the video size, which is very efficient for Chromecast Audio.
The app works pretty the same way as Google Youtube App, you click on a video, it shows a dialog and let you choose to play or add video to queue, and it also allows you to move the queue items up and down, and play the queue on repeat (repeat none, all, one or shuffle).
It can also with normal Chromecast video, of course, but you only see thumbnail on the tv screen, and the music, not the video, as I already mentioned - only audio.
Here's the video demo on Youtube https://www.youtube.com/watch?v=KEGkoC6LPp0
And the app on PlayStore https://play.google.com/store/apps/details?id=com.sibimobilelab.castwebaudio
Great job!
What I miss:
-Add some way to store playlists
-Add whole playlist from YouTube (This could be too traffic intense and lead to banning the app that is already in gray area...)
drkbg said:
Great job!
What I miss:
-Add some way to store playlists
-Add whole playlist from YouTube (This could be too traffic intense and lead to banning the app that is already in gray area...)
Click to expand...
Click to collapse
Hi,
The idea is to create playlists with your youtube account and I will implement the feature to add the whole playlist to the queue. I will try to do so in upcoming releases.
I know it's risky to do things with youtube, but how do you know it's in gray area?
SibiMobile said:
Hi,
The idea is to create playlists with your youtube account and I will implement the feature to add the whole playlist to the queue. I will try to do so in upcoming releases.
I know it's risky to do things with youtube, but how do you know it's in gray area?
Click to expand...
Click to collapse
If you are asking yourself: "Is this legal?", then it is in the gray area.
You are providing easy way to get content without paying (YouTube red or ads).
-the playlist feature will be better if it works with playlists in general not just ones from your account.
-storage is local.
Because:
1.spares all the queries you have to make for each song in playlist every time you open it(there are playlists with hundreds of songs).
2.privacy concerns
Well, I think gg should provide youtube support for Chromecast Audio for free, just like they do with normal Chromecast, since they do not send ads to stream in normal Chromecast as well.
This app allows users to cast to chromecast audio only, not anywhere else, and not play locally or download videos/audios which I think will make it more "legal". So just let's wait and see
About storing the playlists, since I'm not using youtube API, and youtube is the only one of many websites this app supports, the video/audio links that I can get live only for a short time (approx. 1 day) then they will get expired, so storing playlists is not an option for me unfortunately. The official youtube app also does not store playlists locally.
Then make sure to not throw hundreds of requests at once when parsing the playlist.
And one small thing: the "playing" icon (the three animated bars) is annoying (at least for me). You have made plain simple UI keep it that way and just put the simple triangle thing without animation ( ▶ ). It's an Unicode symbol. (one less image to take care of).
drkbg said:
Then make sure to not throw hundreds of requests at once when parsing the playlist.
And one small thing: the "playing" icon (the three animated bars) is annoying (at least for me). You have made plain simple UI keep it that way and just put the simple triangle thing without animation ( ). It's an Unicode symbol. (one less image to take care of).
Click to expand...
Click to collapse
Ok, thank you, I'll keep this in mind
This is GREAT! I purchased Chromecast audio only to find out I can't cast from Youtube app. Such a stupid move from Google
Perfect
@SibiMobile
1. is there a way you implement playing playlists from Youtube?
2. is there a way we can donate to you, as you're a life saver bro!
mig0r said:
@SibiMobile
1. is there a way you implement playing playlists from Youtube?
2. is there a way we can donate to you, as you're a life saver bro!
Click to expand...
Click to collapse
Hi,
Thank you for your offer, unfortunately this app development is suspended and I've removed it from playstore. Now I'm working on an replacement - Amaze Browser, it can also cast youtube to chromecast audio, however the queue function is not yet added, I do plan to add it in future releases.
https://forum.xda-developers.com/android/apps-games/app-amaze-browser-auto-detects-audio-t3508876
SibiMobile said:
Hi,
Thank you for your offer, unfortunately this app development is suspended and I've removed it from playstore. Now I'm working on an replacement - Amaze Browser, it can also cast youtube to chromecast audio, however the queue function is not yet added, I do plan to add it in future releases.
https://forum.xda-developers.com/android/apps-games/app-amaze-browser-auto-detects-audio-t3508876
Click to expand...
Click to collapse
Great! I installed it and it works. Only thing I'm missing is playing Youtube playlists. That the app would automatically play YT playlist videos in a row... other than that, big up!!
mig0r said:
Great! I installed it and it works. Only thing I'm missing is playing Youtube playlists. That the app would automatically play YT playlist videos in a row... other than that, big up!!
Click to expand...
Click to collapse
It would be a heavy request to google server and I avoid doing this to protect the app in play store . In fact I removed most of the things with YouTube - download, background playing, only leave the Chromecast feature.
Pls keep in mind that the queue feature is not yet added in Amaze Browser, continue to use Tubo cast if you need this feature.
SibiMobile said:
It would be a heavy request to google server and I avoid doing this to protect the app in play store . In fact I removed most of the things with YouTube - download, background playing, only leave the Chromecast feature.
Pls keep in mind that the queue feature is not yet added in Amaze Browser, continue to use Tubo cast if you need this feature.
Click to expand...
Click to collapse
Tubo Cast was a great app so far!!! It would be great if you publish a hacked version out of the Play Store... I'd be glad to donate to you! Youtube playlist support is a must in my opinion... it'd be a killer feature for sure!
Maybe you could publish it on the Play Store "as is", and let we download an unofficial plugin that enables that feature!
Probably I'm only dreaming...
bart.found said:
Tubo Cast was a great app so far!!! It would be great if you publish a hacked version out of the Play Store... I'd be glad to donate to you! Youtube playlist support is a must in my opinion... it'd be a killer feature for sure!
Maybe you could publish it on the Play Store "as is", and let we download an unofficial plugin that enables that feature!
Probably I'm only dreaming...
Click to expand...
Click to collapse
Hi, I cannot promise the playlist feature, what I have right now is a new version of tubo cast with the fix for the disconnection issue, I can upload it here.
Do you encounter the disconnection issue by the way?
SibiMobile said:
Hi, I cannot promise the playlist feature, what I have right now is a new version of tubo cast with the fix for the disconnection issue, I can upload it here.
Do you encounter the disconnection issue by the way?
Click to expand...
Click to collapse
Mh... I'm a new Chromecast Audio user, since I bought it last week, anyway, I tried several way to cast youtube contents to that thing... and your app (I found it somewhere around the web after reading this post) is the best solution because it doesn't need a constant stream between phone and chromecast. It'd be absolutely perfect with playlist support... and I mean perfect indeed!
I didn't have disconnection issue till now... I'm having more issues with apps like Deezer, just to say, because it randomly disconnects, starting to play the sound from my phone's speaker...
By the way "I can't promise" means "no" or "maybe"!
bart.found said:
Mh... I'm a new Chromecast Audio user, since I bought it last week, anyway, I tried several way to cast youtube contents to that thing... and your app (I found it somewhere around the web after reading this post) is the best solution because it doesn't need a constant stream between phone and chromecast. It'd be absolutely perfect with playlist support... and I mean perfect indeed!
I didn't have disconnection issue till now... I'm having more issues with apps like Deezer, just to say, because it randomly disconnects, starting to play the sound from my phone's speaker...
By the way "I can't promise" means "no" or "maybe"!
Click to expand...
Click to collapse
Means " no" for now
If you encounter the disconnection issue, follow the workaround mentioned in the home page to solve it
Again we published it to playstore, and also added premium verion.
Change log:
- Upgraded browser, added startpage, bookmark, history, search suggestion
- Use wifi wakelock to prevent disconnection issue
- Upgraded to more stable version of Google Cast API
- Added premium version
1.What is premium? Just supporting your efforts or something else? One can't really understand from changelog/app.
2.Is there a typo in the name? I see now TubCast instead of the previous TubeCast.
3.What is the difference to the other browser app that you are developing.
4.Is there a list of supported sites?
5.Any chance that vbox7.com can get into the list of point 4?
6.Youtube playlist support is not on the table anymore?
Thanks for update.
drkbg said:
1.What is premium? Just supporting your efforts or something else? One can't really understand from changelog/app.
2.Is there a typo in the name? I see now TubCast instead of the previous TubeCast.
3.What is the difference to the other browser app that you are developing.
4.Is there a list of supported sites?
5.Any chance that vbox7.com can get into the list of point 4?
6.Youtube playlist support is not on the table anymore?
Thanks for update.
Click to expand...
Click to collapse
regarding your question:
1/ Yes premium is to add a little support for the development
2/ Tubecast is the name in playstore, in the app I made a tupo name Tubcast which is funny
3/ It supports queue, the other browser does not yet support queue, this one focuses on chromecast audio and shows popup dialog directly when it finds audio links, this app is also more lightweight and removed part of the UI in compare to another browser,
and the UI is more close to the youtube app
4/ It supports most of the sites except flash websites
5/ Will need to check with vbox7.com
6/ You still need to add songs one by one, adding the whole youtube playlist is not possible

Youtube app

Figured this has been discussed many times, but could not find the details?
Was wondering if there was a way to get a youtube app installed on Webos that will play videos without ads? I know it may need to be rooted, so if thats needed thats ok. It seems like there is a way root now with 3.5 or lower.
I know with Android this is easy with or without root. So would like to do the same with LG SmartTV running WebOS.
you can probably add the urls for the ads to the hosts file which should stop them from loading
NO_ob said:
you can probably add the urls for the ads to the hosts file which should stop them from loading
Click to expand...
Click to collapse
Can I do that not rooted?
URL blocking hasn't worked for well over a year with YouTube. PiHole and the like are ineffective.
You need a modified app that doesn't play ads, like you get for Android. I don't think one exists for LG WebOS.
Run youtube without ads on LG-TV
Have the Youtube app installed on the LG-TV (Useing this app direcly will always show adds on all youtube videos), if you have an android phone -Then google "YouTube Vanced" -its a modded adfree Android YouTube client, works on none rooted android phones. Run the app on your phone search for the Video then use icon to cast screen to the TV. Youtube app on TV will show the video without ads.
I guess you can do the same if you have iPhone and an youtube adfree app.
banshee28 said:
Figured this has been discussed many times, but could not find the details?
Was wondering if there was a way to get a youtube app installed on Webos that will play videos without ads? I know it may need to be rooted, so if thats needed thats ok. It seems like there is a way root now with 3.5 or lower.
I know with Android this is easy with or without root. So would like to do the same with LG SmartTV running WebOS.
Click to expand...
Click to collapse
any update on this subject? unfortunately casting from Vanced is not a solution anymore, TV keeps showing ads which can be skipped after 5s of viewing. What is interesting - Vanced even displays a notification that TV is going to show the ad in a few secs
I just went to https://rootmy.tv from my LG TV web browser and it installed the homebrew channel, from that I was able to install the adfree youtube mod and disable my TV checking for new updates which might lose my root. It also includes SponsorBlock in the mod so it will skip annoying subscription reminders & in-video promotions.
Can you revert back if needed?
I have a 2019 model

Categories

Resources