Skip to content

AT - Тёмный стиль by Sofitt

Screenshot of AT - Тёмный стиль

Details

AuthorSofitt

LicenseNo License

Categoryauthor.today

Created

Updated

Size492 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Notes

Если потребуется поменять цвет, то крутите ползунки в браузерном отладчике (в хроме есть опция быстро редактировать свойства filter через ползунки)

Source code

/* ==UserStyle==
@name       AT - Тёмный стиль
@version    20240927.16.28
@namespace  ?
==/UserStyle== */

@-moz-document regexp("^https:\\/\\/author\\.today(?!\\/reader).*") {
html {
  filter: invert(1) hue-rotate(30deg) saturate(5);
}

img {
  filter: invert(1) hue-rotate(340deg) saturate(.2) !important;
}
[style*="background-image"] {
  filter: invert(1) hue-rotate(340deg) saturate(.2);
}
.f-book-annotation {
  background: #0000009E;
  padding: 8px;
}
}

Reviews

No reviews yet.