mchangrh / yt-neuter

uBlock filter(s) list for blocking unwanted YouTube elements
https://neuter.mchang.xyz
The Unlicense
182 stars 13 forks source link

[Bug] Hiding save button #58

Closed zkisaboss closed 6 months ago

zkisaboss commented 6 months ago
##yt-button-view-model:has(>button-view-model> button[aria-label=Save])

should be replaced with

##yt-button-view-model:has(>button-view-model> [aria-label='Save to playlist'])
mchangrh commented 6 months ago

Thanks!