Skip to content

Commit

Permalink
Feat: Remove tracking for Youtube Music
Browse files Browse the repository at this point in the history
Fixes: #32
  • Loading branch information
zhanghai committed Nov 13, 2024
1 parent 036750b commit bda2e00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ val BuiltinRuleList =
description = "Remove tracking for Youtube",
script =
"""
if ($.matches(url, 'youtu\\.be|(www\\.)?youtube\\.com')) {
if ($.matches(url, 'youtu\\.be|((music|www)\\.)?youtube\\.com')) {
return $.retainQueryParameters(url, 'index|list|t|v');
}
"""
Expand Down

0 comments on commit bda2e00

Please sign in to comment.