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 :)

发表回复

登录(不可用)以发表回复。

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址