Kiss my CSS

Kiss my CSS


The file format should be:

/***
  <unique id>
  <name>
  <url match>
*/

<actual css>

Exampe:

/***
  my_unique_id_1234
  dark bg on google
  google.com, google.it
*/

body {
  background-color: black;
}

/***
  another_unique_id
  green text on all websites

*/

* {
  color: lime;
}


Report Page