Removes the nag bar from Google Analytics G4 mirgation set-up assistant which still appears even after set-up and migration
Removes G4 Analytics 'Setup Assistant' nag bar by electricsheep86
Details
Authorelectricsheep86
LicenseNo License
Categoryhttps://analytics.google.com/
Created
Updated
Size392 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 Removes G4 Analytics 'Setup Assistant' nag bar
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Electric Sheep
==/UserStyle== */
@-moz-document url-prefix("https://analytics.google.com/") {
.xap-callout-display-standard.xap-callout {
display: none;
}
}