Skip to content

adless rpgbot.net by viluon

Details

Authorviluon

LicenseNo License

Categoryrpgbot.net

Created

Updated

Code size752 B

Code checksum26c08176

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Combine with NoScript to remove advertisements on rpgbot.net.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         adless rpgbot.net
@version      20231006.10.50
@namespace    ?
==/UserStyle== */

@-moz-document domain("rpgbot.net") {
.topad,
.ezoic-ad,
#ezmobfooter,
.ezoic-autoinsert-ad,
.ezoic-autoinsert-video {
    display: none !important;
}

.topad ~ span {
    max-height: 0px !important;
    max-width: 0px !important;
    min-height: 0px !important;
    min-width: 0px !important;
    height: 0px !important;
    width: 0px !important;
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
    padding: 0px !important;
    display: none !important;
    
    position: absolute !important;
    left: 100% !important;
    top: 100% !important;
}

}

Reviews

No reviews yet.