Greasy Fork is available in English.

Test style for debugging conversion to userscript

It was brought to my attention that some style stopped working as userscript…

Устаревшая версия за 09.02.2024. Перейдите к последней версии.

/* ==UserStyle==
@name           Test style for debugging conversion to userscript
@namespace      github.com/openstyles/stylus
@version        18.0.0
@license        CC0
@description    It was brought to my attention that some style stopped working as userscript…
==/UserStyle== */

body {
  color: green !important;
}

/*
...
*/
@-moz-document domain("facebook.com") {
  body {
    color: red !important;
  }
}