Skip to content

www.enable-javascript.com by saidbakr

Screenshot of www.enable-javascript.com

Details

Authorsaidbakr

LicenseNo License

Categoryenable-javascript.com

Created

Updated

Size908 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Little edit for disabled message

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           www.enable-javascript.com
@namespace      github.com/openstyles/stylus
@version        2.5.0
@description    A new userstyle
@author         Said Bakr
==/UserStyle== */

@-moz-document url-prefix("https://www.enable-javascript.com/") {
    #disabled{
        background-color: red;
        color: white;
    }
    #disabled::before{
        content:"\002718";
        color: yellow;
        font-size: larger;
        vertical-align: middle;
    }
    #enabled{
        background-color: green;
        color: white;
    }
    #enabled::before{
        content:"\01F5F8";
        color: cyan;
        font-size: larger;
        vertical-align: middle;
    }
    #pnlcurrentBrowser{
        box-shadow: 1px 2px 5px #000;
        padding: 5px;
        border-radius: 5px;
    }
    #pnlcurrentBrowser>div{
        margin: auto 10px;
    }
}

Reviews

No reviews yet.