Because you don't want to sign in with Google
Hide "Sign in with Google" popup dialog by danielrozenberg
Details
Authordanielrozenberg
LicenseNo License
Category*
Created
Updated
Size397 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 Hide "Sign in with Google" popup dialog
@version 20231111.22.45
@namespace userstyles.world/user/danielrozenberg
@description Because you don't want to sign in with Google
@author danielrozenberg
@license No License
==/UserStyle== */
@-moz-document regexp(".*") {
#credential_picker_container:has(iframe[src*=".google."]) {
display: none;
}
}