Skip to content

Instantly share code, notes, and snippets.

@hyuki
Created September 27, 2020 12:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hyuki/6d8dd1487f9388d17f0a45a543094d31 to your computer and use it in GitHub Desktop.
Save hyuki/6d8dd1487f9388d17f0a45a543094d31 to your computer and use it in GitHub Desktop.
hide-blocked-trackers-notice.css - Hide "Blocked Tracker Notice" of Hey.com.
.entry__type-icon--blocked-tracker {
display: none;
}
.blocked-trackers__notice {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment