Skip to content

Instantly share code, notes, and snippets.

@kurai021
Last active August 10, 2016 04:34
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 kurai021/19300525b9d7a8baaf6c90d721de647b to your computer and use it in GitHub Desktop.
Save kurai021/19300525b9d7a8baaf6c90d721de647b to your computer and use it in GitHub Desktop.
sdlg emoticon replace with Stylish
@-moz-document url-prefix(https://www.facebook.com), url-prefix(https://apps.facebook.com){
._576q ._1i1j svg {
display: none;
}
._576q ._1i1j:after, ._576q ._1i1j::after {
content: url(http://www.gomotes.com/emoticon/facebook/facebook18.gif);
}
._5j_u {
background-image: url(http://www.gomotes.com/emoticon/facebook/facebook18.gif);
background-position: initial;
}
._5j_u svg {
display: none;
}
div[data-reaction="8"] ._4sm1 {
visibility: hidden;
}
div[data-reaction="8"] ._4sm1:after, div[data-reaction="8"] ._4sm1::after {
visibility: visible;
content: "Me emputa";
color: #fff;
background-color: rgba(0, 0, 0, .75);
border-radius: 10px;
padding: 0 8px;
}
a[data-testid="fb-ufi-unlikelink"] {
visibility: hidden;
}
a[data-testid="fb-ufi-unlikelink"]:after, a[data-testid="fb-ufi-unlikelink"]::after {
visibility: visible;
content: url(https://lh5.googleusercontent.com/4tXcOe39Qf0Kl6gZFVQ6U62LVBVHmRwDMQeDQY_sd0bQ3m3-ELBIiGyGI-40cvbHo1EtElbAFrCDzA=w1366-h639) " Me emputa";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment