Skip to content

Instantly share code, notes, and snippets.

@zackad
Created May 25, 2015 03:41
Show Gist options
  • Save zackad/8db6f0cbf3433b767cbd to your computer and use it in GitHub Desktop.
Save zackad/8db6f0cbf3433b767cbd to your computer and use it in GitHub Desktop.
flip the tv emoticon kaskus
@-moz-document domain(kaskus.co.id){
/* FLIP THE TV */
img[title='televisi']{transform: scale(-1, 1);
-moz-transform: scale(-1, 1);
-webkit-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
-khtml-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment