Created
September 23, 2009 05:39
-
-
Save cheeaun/191752 to your computer and use it in GitHub Desktop.
Hide 'Hide' button userstyle (Stylish)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@namespace url(http://www.w3.org/1999/xhtml); | |
@-moz-document domain("facebook.com") { | |
.UIStory .UIStory_Hide{ | |
display: none !important; | |
} | |
.UIStory[data-ft*=app_id] .UIStory_Hide{ | |
display: block !important; | |
} | |
.UIStory[data-ft*=app_id] .UIActionMenu_Menu .UISelectList .UISelectList_Item:first-child{ | |
display: none; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment