A LILiK chrome extension for the well known 9gag website
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

8 lines
262 B

#container.night{
background-color: white;
-webkit-transition: all 0.3s ease-in-out; /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6 */
-webkit-filter: invert(100%);
}
#container.night img, #container.night video{
-webkit-filter: invert(100%);
}