Google Nag - chrome install hide.
Google Nag - chrome install hide by PushkaCom
Details
AuthorPushkaCom
LicenseMIT
Categorygoogle
Created
Updated
Size921 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 Google Nag - chrome install hide
@version 20240711.99.1
@namespace english
@description Google Nag - chrome install hide.
@author pushka
@license MIT
==/UserStyle== */
@-moz-document regexp(".*google.*") {
/* ==UserStyle==
@name Google Nag - chrome install hide
@description Google Nag - chrome install hide.
@namespace english
@homepageURL https://userstyles.world/style/17177/google-nag-chrome-install-hide
@supportURL https://userstyles.world/style/17177/google-nag-chrome-install-hide
@author pushka (https://userstyles.world/user/PushkaCom)
@license MIT
==/UserStyle== */
/*
Pushka - greasy fork list of JS styles
https://greasyfork.org/en/users/9788-ben-pushka
url
https://userstyles.world/user/PushkaCom
*/
/*goog homepage chrome*/
.gb_cd .gb_td iframe{display:none !important ;}
}