Hide "Sign in to Indeed with Google" pop up.
Indeed: hide "Sign in with Google". by 48cpl
Details
Author48cpl
LicenseNo License
Categoryindeed.com
Created
Updated
Size192 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 indeed.com
@version 20250111.13.48
@namespace ?
==/UserStyle== */
@-moz-document domain("indeed.com") {
#google-Only-Modal {
display: none !important;
}
}