Skip to content

7/24/2022, 8:42:52 PM by kali-502

Details

Authorkali-502

LicenseNo License

Categorygithub

Created

Updated

Size899 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

recaptcha

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           google.com/#recaptcha-anchor > div.recaptcha-checkbox-border - 7/24/2022, 8:10:20 PM
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document domain("google.com") {
    /* #recaptcha-anchor > div.recaptcha-checkbox-border */
    /* ==UserStyle==
@name           7/24/2022, 8:42:52 PM
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
    @-moz-document url-prefix("https://www.google.com/sorry/index?continue=") {
        /* Insert code here... */
        color: #000;
        border-radius: 2px;
        background-color: #fff;
        border: 2px solid #c1c1c1;
        font-size: 1px;
        height: 24px;
        position: absolute;
        width: 24px;
        z-index: 1;
    }
}

Reviews

No reviews yet.