Skip to content

reCaptcha 2011 by griffenhiggins

Screenshot of reCaptcha 2011

Details

Authorgriffenhiggins

LicenseNo License

Categoryhttps://www.google.com/recaptcha/api2/demo

Created

Updated

Size1.0 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes reCaptcha look more like it did in 2011.

Notes

If you want it to apply to every website you'll have to set that manually, you can't upload userstyles that apply to every website.

Source code

/* ==UserStyle==
@name         reCaptcha 2011
@version      20240602.04.04
@namespace    https://userstyles.world/user/griffenhiggins
@description  Makes reCaptcha look more like it did in 2011.
@author       griffenhiggins
@license      No License
==/UserStyle== */

@-moz-document url("https://www.google.com/recaptcha/api2/demo") {
.rc-anchor-light {
background: -webkit-gradient(linear,left top,left bottom,from(#af1500),to(#7c0000)) !important;
}
.rc-anchor-light .rc-anchor-logo-text, .rc-anchor-light div a:link, .rc-anchor-light div a:visited {
color: #fff;
}
.rc-anchor-logo-img {
filter: brightness(100)
}
.rc-inline-block:nth-of-type(2) {
background: #ffdc73;
border-radius: 10px;
height: 50px;
width: 90px;
margin-left: -70px;
padding-top: 15px !important;
}
.rc-anchor-center-container {
margin-top: -10px;
}
.rc-anchor-checkbox-label {
font-family: helvetica,sans-serif;
font-size: 8pt;
color: black;
padding-bottom: 30px;
margin-top: 10px;
padding-left: 10px;
}
.rc-anchor-checkbox {
margin-top: 40px;
margin-left: 40px;
}

}

Reviews

No reviews yet.