Skip to content

Better IGG-Games (Ad-Free) by cloudmaker97

Screenshot of Better IGG-Games (Ad-Free)

Details

Authorcloudmaker97

LicenseCreative Commons

Categoryigg games

Created

Updated

Size474 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

  • Disable the "deactivate adblock pls" popup
  • Removes background image

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Better IGG-Games (Ad-Free)
@version      20220319.20.34
@namespace    userstyles.world/user/cloudmaker97
@description  - Disable the "deactivate adblock pls" popup
- Removes background image
@author       cloudmaker97
@license      Creative Commons
==/UserStyle== */

@-moz-document domain("igg-games.com") {
#adsbox + div {
    display: none;
}
body > div.tm-page-container {
    background: black;
    background-image: none !important;
}
}

Reviews

No reviews yet.