Created
November 27, 2016 19:16
-
-
Save animanoir/ff4d9170348dea7ed011b76669daa7bf to your computer and use it in GitHub Desktop.
Para ocultar likes y esas pendejadas en Facebook
This file contains 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
/* Created by Antonio Ferreiro Ferrero AKA "a3cAnton" 09-05-2012 */ | |
/*Usando Stylish, con el tema FaceBlack de Antonio Ferreiro, + la extensión Hide Likes, se ocultan | |
casi por completo los "likes" o "reacciones". Poner dentro del "Code 1" en el estilo antes mencionado.*/ | |
@namespace url(http://www.w3.org/1999/xhtml); | |
._a7s ._524d a, | |
._a7s ._50u4, | |
._1ysv ._1g5v ._3t54 ._ipp { | |
display: none; | |
pointer-events: none; | |
} | |
_sa_ _5vsi _ca7 _192z { | |
display: none; | |
pointer-events: none; | |
} | |
_3j7l _2p78 _9-- { | |
display: none; | |
pointer-events: none; | |
} | |
._ipp { | |
display: none; | |
pointer-events: none; | |
} | |
.UFICommentReactionIconContainer { | |
display: none; | |
pointer-events: none; | |
} | |
._9-y { | |
display: none; | |
pointer-events: none; | |
} | |
.UFILikeLink { | |
display: none; | |
pointer-events: none; | |
} | |
.UFICommentLikeButton { | |
display: none; | |
pointer-events: none; | |
} | |
._5px0{ | |
display: none; | |
pointer-events: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment