Removes ads from musescore
Ad-free musescore by majesticstring
Details
Authormajesticstring
LicenseMIT
Categorymusescore
Created
Updated
Size584 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Ads that are removed:
- the ad below the description of a score
- the ad above the navbar
- the musescore pro promotions below the navbar
Source code
/* ==UserStyle==
@name Ad-free musescore
@version 20211121.18.50
@namespace userstyles.world/user/majesticstring
@description Removes ads from musescore
@author majesticstring
@license MIT
==/UserStyle== */
@-moz-document domain("musescore.com"), domain("musescore.org") {
body > div.js-page.react-container > div > header > section {
display: none;
}
body > div.js-page.react-container > div > section > aside > div:nth-child(3) {
display: none;
}
/* Remove everything below this if you want MuseScore promotions. */
div._2Oe5N {
display: none;
}
}