Hides the advertisements beside the character preview window.
Seventy Upgrades - Hide advertisements by domino54
Details
Authordomino54
LicenseCC Zero
Categoryseventyupgrades
Created
Updated
Size433 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Seventy Upgrades - Hide advertisements
@version 20211201.16.24
@namespace userstyles.world/user/domino54
@description Hides the advertisements beside the character preview window.
@author domino54
@license CC Zero
==/UserStyle== */
@-moz-document domain("seventyupgrades.com") {
*[class^="character-details"] *[class^="character-summary"] *[class^="ad_ad__"] {
display: none;
}
}