Skip to content

adfoc.us by osirisgothra

Screenshot of adfoc.us

Details

Authorosirisgothra

LicenseNo License

Categoryhttps://adfoc.us

Created

Updated

Size1.3 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes annoying stuff on adfoc.us page

Notes

mainly tested with forge downloads, but should be compatible

Source code

/* ==UserStyle==
@name           adfoc.us
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("adfoc.us") {
    div#interstitial > div.content, body, :root, div#interstitial
    {
        background: rgb(33, 33, 35);
    }
    div#interstitial > div.wrapper
    
    {
        margin-top: calc( 47.5vh );
        max-width: 75vw;
        margin-left: 12.5vw;
    }
    div#interstitial div.advLine ,div#interstitial div.reportLine { display: none; }
    span { transition: 0.5s; transform: scaleX(1) scaleY(1); }
    span * { width: 0px; }
    span:hover
    {
        transform: scaleX(1.55) scaleY(1.66);
        transition: 0.5s;
        
        display:block;
    }
    span *::after {
        
        content: "Download Now";
        font-size: large;
        color: white;
        text-decoration:none; 
        background: linear-gradient(20deg,rgba(85, 72, 58, .18),rgba(223, 168, 106, .52));
        
        padding: 12px;
        border-radius: 8px;
        display: block;
    
        
           
    }
    
    a,a:hover
    {
        
        transition: all 0.25s;
        
        text-decoration:none; 
    }
    
    a:hover
    {
        filter: brightness(200%);
        
    }
 
    
}

Reviews

No reviews yet.