Skip to content

Instantly share code, notes, and snippets.

@mareku
Last active December 10, 2015 07:18
Show Gist options
  • Save mareku/fe1fa8660a6d176dd4f9 to your computer and use it in GitHub Desktop.
Save mareku/fe1fa8660a6d176dd4f9 to your computer and use it in GitHub Desktop.
tumblr own Posts Invisible

tumblr 自分の投稿を非表示にする。

div.post.is_mine {
-moz-opacity:0.5 !important;
opacity:0.5 !important;
max-height:3em !important;
overflow:hidden !important;
}
div.post.is_mine img {
display:none !important;
}
div.post.is_mine blockquote {
display:none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment