Skip to content

Instantly share code, notes, and snippets.

@mono0x
Last active May 18, 2022 17:54
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 mono0x/ff3c6634be9b3a37f85d62c2d25f52bd to your computer and use it in GitHub Desktop.
Save mono0x/ff3c6634be9b3a37f85d62c2d25f52bd to your computer and use it in GitHub Desktop.
/* ==UserStyle==
@name My TweetDeck
@namespace https://gist.github.com/mono0x
@version 0.0.1
@license MIT
==/UserStyle== */
@-moz-document domain("tweetdeck.twitter.com") {
.column:first-child {
width: 400px;
}
}
/* ==UserStyle==
@name My YouTube
@namespace https://gist.github.com/mono0x
@version 0.0.1
@license MIT
==/UserStyle== */
@-moz-document domain("www.youtube.com") {
#menu ytd-button-renderer yt-formatted-string.ytd-button-renderer {
display: none;
}
#menu ytd-download-button-renderer {
display: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment