Whitelist YouTube channels ads

Whitelist YouTube channels in uBlock Origin

< 腳本Whitelist YouTube channels ads的回應

提問/評論

§
發表於:2023-11-23
編輯: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
Rakambda作者
§
發表於:2023-11-23

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

Rakambda作者
§
發表於:2023-11-23

Thanks :)

發表回覆

登入以回覆