Last active
February 26, 2026 16:59
-
-
Save ThePython10110/2ab853800a86070fc233148b119c5f9c to your computer and use it in GitHub Desktop.
Adblock filters for MuseScore.com
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ! Instructions: | |
| ! Literally just paste it into the filter list. Tested with uBlock Origin, might work with Adblock Plus or others (but I'm not going to bother to test it). | |
| ! Comment out anything you don't want to block (lines starting with ! are comments) | |
| !!! ADS !!! | |
| ! Pro banner | |
| musescore.com##._sQKq | |
| ! "What do you want to play?" (Pro ad in disguise) | |
| musescore.com##.SGtse | |
| ! Recommended courses list | |
| musescore.com##.Ltx8C.tKG5s.ffXrm | |
| musescore.com##.Ltx8C.tKG5s.aHsK7 | |
| ! Courses ad | |
| musescore.com#?#.aHsK7:-abp-has(> div.bETon.n5aDv.qoGvF > h2.Q_TBK.u4jSw.aPN9d.ru_9u.bShKY:-abp-contains("Recommended courses for you")) | |
| ! "Free" trial ad | |
| musescore.com##.ohHfK | |
| !!! LINKS TO NON-FREE FEATURES !!! | |
| musescore.com##a[href^="https://musescore.com/pro"] | |
| musescore.com##a[href^="https://musescore.com/upgrade"] | |
| musescore.com###Songbooks | |
| musescore.com##a[href$="favorite-books"] | |
| musescore.com###Courses | |
| musescore.com##a[href$="courses"] | |
| musescore.com##a[href$="/official"] | |
| musescore.com##a[href$="/official_scores"] | |
| musescore.com##a[href^="https://musescore.com/stats"] | |
| ! This one breaks "Your MuseScore Week" display, so I use the other one instead: | |
| ! musescore.com##a[href^="https://musescore.com/score/stats"] | |
| musescore.com#?#a:-abp-contains("Full statistics") | |
| ! Score manager stats button | |
| musescore.com##.Eq7k4.cI7V0 | |
| ! Courses in hubs | |
| musescore.com##.aHsK7 | |
| !!! ANNOYANCES !!! | |
| ! Useless news page | |
| musescore.com##a[href^="https://news.musescore.com"] | |
| musescore.com##a[href^="https://musescore.com/news"] | |
| ! Official scores | |
| musescore.com#?#li.SzPRL.zRPU2.yFf1s:-abp-has(.OAIWc > article > div.VMT_w > div.JFPlv > svg) | |
| musescore.com#?#.OAIWc:-abp-has(article > div.VMT_w > div.JFPlv > svg) | |
| ! Streak popup | |
| musescore.com##.nWD5F.ew_to | |
| musescore.com##.heBul | |
| musescore.com##.yKqJb.la_4J | |
| ! "Rate this score" bottom banner | |
| musescore.com##.FCSZc.KkvbQ | |
| ! Useless playlists | |
| musescore.com#?#.ffXrm:-abp-has(> div.q97kH.pYKjt.qoGvF > h2.Q_TBK.RIR92.cH1R2.EsnJC:-abp-contains("New playlists")) | |
| ! Your MuseScore week | |
| musescore.com#?#.ffXrm:-abp-has(> div.q97kH.pYKjt.qoGvF > h2.Q_TBK.RIR92.cH1R2.EsnJC:-abp-contains("Your MuseScore week")) | |
| !!! WHATEVER THESE ARE (I forgot) !!! | |
| musescore.com###score-scroll-purchase | |
| musescore.com##.efguH.la_4J |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment