Skip to content

Annoying animation on website element injected by extension (Multiselect for YouTube) #23423

Answered by mara004
mara004 asked this question in Q&A
Discussion options

You must be logged in to vote

Gotcha, with some further web search and try & error, I managed to write the filter:
www.youtube.com##div[id^=msfy-bar] > div#content > yt-icon[id^=msfy-donate-icon]

To hide the yellow donate button as well (though it's not strictly an annoyance):
www.youtube.com##[id^=msfy-donate-button] > button

Edit: removed -lvc suffix as it also seems to by dynamic, at least vc.

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by mara004
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #23421 on April 23, 2024 23:57.