Skip to content

DeepAI.org - Remove Ads by spazmoose

Details

Authorspazmoose

LicenseCreative Commons

Categorydeepai.org

Created

Updated

Size571 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

DeepAI.org Ad Remover

Notes

  1. Removes ads from the deepai.org/machine-learning-model/text2img website (and potentially other parts of the site)
  2. Removes some unnecessary whitespace on the screen, making for a much cleaner interface.

Source code

/* ==UserStyle==
@name           Spazmoose - Aug 2024
@namespace      userstyles.world/user/spazmoose
@version        1.0.0
@description    DeepAI Ad Remover
@author         Spazmoose
==/UserStyle== */

@-moz-document domain("deepai.org") {
    .sticky,
    .left-sticky,
    .fs-sidewall-container,
    iframe,
    #primis-ads {
        height: 0px !important;
        width: 0px !important;
        max-height: 0px !important;
    }

    .try-it,
    #current-model-name {
        margin: 0px !important;
        padding: 0px !important;
    }
}

Reviews

No reviews yet.