Skip to content

Hide "Sign in with Google" popup dialog by danielrozenberg

Details

Authordanielrozenberg

LicenseNo License

Category*

Created

Updated

Code size397 B

Code checksum3239a6c3

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Because you don't want to sign in with Google

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;
}

}

Reviews

No reviews yet.