Skip to content

dream.ai - free user tweaks by volkischexe

Screenshot of dream.ai - free user tweaks

Details

Authorvolkischexe

LicenseNo License

Categorydream.ai

Created

Updated

Size2.7 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes the dream.ai creator interface a bit nicer for free users - removes premium filters and features.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           dream.ai
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Makes the dream.ai creator interface a bit nicer
@author         Vex
==/UserStyle== */

@-moz-document url-prefix("https://dream.ai/create") {    
    .iknQDv {
        max-width: 100vw;
        width: 100vw;
        max-height: 100vh;
        height: calc(100vh - 200px);
    }
    
    .jmCaAz {
        display: unset;
        height: 100%;
    }
    
    .cxLUlV {
        margin-left: 25px;
    }
    
    .Common__GridContainer-sc-1dxkxby-0 > DIV:nth-child(2),
    .Common__GridContainer-sc-1dxkxby-0 > DIV:nth-child(3),
    .Common__GridContainer-sc-1dxkxby-0 > DIV:nth-child(4),
    .IQrwd, .cTpDrA
     {
        display: none;
    }
    
    .kGyIww {
        display: unset;
    }
    
    .kGyIww .grid-item:nth-child(1) {
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        align-items: center;
    }
    
    .kGyIww .enUoxV, .fojZnN {
        position: unset;
        max-height: 100%;
        max-width: 30vw;
        width: 100%;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        align-items: center;
    }
    
    .kGyIww .hwYmDk {        
        height: auto;
    }
    
    .kGyIww .dLUvwS {
        position: relative;
        width: auto;
    }
    
    .dHoBMp {
        display: none;
    }
    
    .jRFaEk {
        max-height: calc(100vh - 300px);
    }
    
    .kULluh {
        display: grid;
        grid-template-columns: repeat(8, minmax(0px, 1fr));
        gap: 0px 10px;
    }
    
    .jZzJZy:nth-child(2),
    .jZzJZy:nth-child(7),
    .jZzJZy:nth-child(8),
    .jZzJZy:nth-child(34),
    .jZzJZy:nth-child(35),
    .jZzJZy:nth-child(36),
    .jZzJZy:nth-child(37),
    .jZzJZy:nth-child(39),
    .jZzJZy:nth-child(40),
    .jZzJZy:nth-child(42),
    .jZzJZy:nth-child(-n+53):nth-child(n+47),
    .jZzJZy:nth-child(55),
    .jZzJZy:nth-child(63),
    .jZzJZy:nth-child(72),
    .jZzJZy:nth-child(76),
    .jZzJZy:nth-child(77),
    .jZzJZy:nth-child(79),
    .jZzJZy:nth-child(81),
    .jZzJZy:nth-child(82),
    .jZzJZy:nth-child(86),
    .jZzJZy:nth-child(87),
    .jZzJZy:nth-child(91),
    .jZzJZy:nth-child(95),
    .jZzJZy:nth-child(98),
    .jZzJZy:nth-child(108),
    .jZzJZy:nth-child(119),
    .jZzJZy:nth-child(130)
    {
        display: none;
    }
    
    .jZzJZy {
        position: relative;
    }
    
    .lblNum {
        position: absolute;
        width: 100%;
        height: 100%;
        padding-top: 10px;
        font-weight: bold;
        font-size: 40pt;
        color: #fff;
        text-shadow: 0px 0px 5px #000;
    }
}

Reviews

No reviews yet.