Block Google sign in pop-up on StackOverflow and StackExchange websites.
Block Google sign in pop-up by 48cpl
Details
Author48cpl
LicenseNo License
Categorystackoverflow.com
Created
Updated
Size266 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name superuser.com
@version 20250110.13.58
@namespace ?
==/UserStyle== */
@-moz-document domain("superuser.com"), domain("stackexchange.com"), domain("stackoverflow.com") {
#credential_picker_container {
display: none !important;
}
}