Skip to content

Instantly share code, notes, and snippets.

@cheeaun
Created September 23, 2009 05:39
Show Gist options
  • Save cheeaun/191752 to your computer and use it in GitHub Desktop.
Save cheeaun/191752 to your computer and use it in GitHub Desktop.
Hide 'Hide' button userstyle (Stylish)
@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