Skip to content

hide-google-login-prompts by Tygo-van-den-Hurk

Details

AuthorTygo-van-den-Hurk

LicenseNo License

Categoryall

Created

Updated

Size371 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hide's login prompts asking you to sign in on google.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           hide-google-login-prompts
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Tygo van den Hurk
==/UserStyle== */
@-moz-document regexp(".*") {
	iframe[src ^= "https://accounts.google.com/gsi/iframe/select"] {
		display: none !important;
		visibility: hidden !important;
	}
}

Reviews

No reviews yet.