amitbl / blocktube

YouTube™ content blocker
GNU General Public License v3.0
882 stars 62 forks source link

doesn’t work on m.youtube.com #278

Open congestedhangman opened 1 year ago

congestedhangman commented 1 year ago

please add support for m.youtube.com i used the extension on Firefox (nightly) Android for desktop YouTube extension working but not on m.youtube.com

TheDeviantCrafter commented 1 year ago

Same issue on Kiwi browser. A mobile browser with blocktube to hide annoying channels would be the best way to enjoy shorts.

BradKML commented 1 year ago

Does this one also work for Brave? was wondering.

thomasMinshull commented 1 year ago

I'll try to fix this it might be as simple as adding it to the manifest

thomasMinshull commented 1 year ago

There is more to it than just updating the manifest

Screenshot 2023-07-12 at 4 23 35 PM
thomasMinshull commented 1 year ago

Hmm just built with master (as opposed to the latest RC) and I'm seeing the SEE_CONTENTS error.

I'm not sure what this is supposed to be 🤷

Screenshot 2023-07-12 at 4 39 40 PM
IshanChhangani commented 9 months ago

I have been working on a similar extension for the support on m.youtube.com and have come to understand it is not good enough to just add the name in manifest because the div names and tags are completely different in m.youtube.com. So in my understanding all we need to change is the querySelector tags . Adding my code link here . this code is working for m.youtube.com but is extremely basic as of now. https://github.com/IshanChhangani/chromeext . Checkout the YoutubeMobileContentScript file.

amitbl commented 6 months ago

Version 0.4.0 has experimental support for m.youtube.com (should work on Firefox for Android and Kiwi browser)