Skip to content

Instantly share code, notes, and snippets.

@vhenzl
Last active July 15, 2021 00:03
Show Gist options
  • Save vhenzl/5106195 to your computer and use it in GitHub Desktop.
Save vhenzl/5106195 to your computer and use it in GitHub Desktop.
CSS for Stylus extension
/* Zkulturnění homepage Seznam.cz před přihlášením – žádný bulvár ze Super.cz, žádná šáhlá videa ze Stream.cz, žádné voloviny… */
#gadget-2,
#gadget-3.disableMove,
#gadget-5,
#gadget-7,
#gadget-9,
#gadget-14,
#gadget-18,
#gadget-22,
#pageCutBanner,
.gadget-commercial,
.gadget-tip,
.gadget-reklama,
.timeline
{
display: none;
}
// synced to Dropbox by Stylus
/* seznam.cz */
#timeline,
.ssp-advert.ad-content
{
display: none;
}
/* twitter.com */
[data-testid=placementTracking] > :not([data-testid=videoPlayer]){
opacity: 0.3;
filter: blur(3px);
}
/* www.facebook.com */
/*
https://chromium-review.googlesource.com/c/chromium/src/+/2914967
https://github.com/chromium/chromium/commit/3e62eccbc284cb756740b11dead0302f5f28fab9
div:has([style="position: absolute;top: 3em;"]) {
color: red !important;
}
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment