Skip to content

Instantly share code, notes, and snippets.

@artikus11
Last active January 12, 2022 16:16
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save artikus11/ef0bcb98b213316df46427c74b79e837 to your computer and use it in GitHub Desktop.
Save artikus11/ef0bcb98b213316df46427c74b79e837 to your computer and use it in GitHub Desktop.
Скрытие бейджа от recapcha v.3
.grecaptcha-badge {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
word-wrap: normal !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment