blocktube icon indicating copy to clipboard operation
blocktube copied to clipboard

doesn’t work on m.youtube.com

Open congestedhangman opened this issue 2 years ago • 7 comments

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

congestedhangman avatar Jan 21 '23 17:01 congestedhangman

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

TheDeviantCrafter avatar Feb 04 '23 08:02 TheDeviantCrafter

Does this one also work for Brave? was wondering.

BradKML avatar Apr 19 '23 04:04 BradKML

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

thomasMinshull avatar Jul 12 '23 21:07 thomasMinshull

There is more to it than just updating the manifest

Screenshot 2023-07-12 at 4 23 35 PM

thomasMinshull avatar Jul 12 '23 23:07 thomasMinshull

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

thomasMinshull avatar Jul 12 '23 23:07 thomasMinshull

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.

IshanChhangani avatar Nov 18 '23 06:11 IshanChhangani

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

amitbl avatar Feb 18 '24 07:02 amitbl