Тёмная тема через негатив за вычетом картинок и баннеров.
Актуальные инструкции можно смотреть тут https://github.com/Sofitt/author-today-dark-theme/
AT - Тёмный стиль by Sofitt
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;
}
}