Whitelist YouTube channels ads

Whitelist YouTube channels in uBlock Origin

< Feedback on Whitelist YouTube channels ads

Question/comment

§
Posted: 2023-11-23
Edited: 2023-11-23

To make it work with the latest updates, just need to make a couple tweaks:

  • Replace all uses of location.search with location.hash, because YouTube seems to clear unrecognized query parameters now
  • Replace the matches regex on line 35 with /(?:[#&])(user=(?:[^&]+|$))/ to account for using the hash rather than query
  • Replace the linkmatch regex on line 28 with /\/(user\/|channel\/|@)(.+)|/ to support the new @ usernames
RakambdaAuthor
§
Posted: 2023-11-23

Didn't tested it but implemented this changes so everyone can have them

RakambdaAuthor
§
Posted: 2023-11-23

Thanks :)

Post reply

Sign in to post a reply.