Skip to content

Seventy Upgrades - Hide advertisements by domino54

Screenshot of Seventy Upgrades - Hide advertisements

Details

Authordomino54

LicenseCC Zero

Categoryseventyupgrades

Created

Updated

Size433 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hides the advertisements beside the character preview window.

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;
}
}

Reviews

No reviews yet.