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.

7 lines
262 B

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