Some Colourful text and new background not so bright in ya face. WIP
Sonarr by actualmanx
Details
Authoractualmanx
LicenseNo License
Categorysonarr
Created
Updated
Size802 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
TODO you will need to change the ip you access sonarr from and also the port you use. Ex http://127.0.0.1:8989/ is what i use. you might use localhost:8080. Edit the style to match where u use it from. Also you could use regexp and use this code changing your port(change the 8989 to your port) http(s?)://.(8989)(?:$|\W).
V1.0 background change and some text colours ( more to come)
Source code
/* ==UserStyle==
@name Sonarr
@version 20220722.14.59
@namespace userstyles.world/user/actualmanx
@description Some Colourful text and new background not so bright in ya face. WIP
@author actualmanx
@license No License
==/UserStyle== */
@-moz-document regexp("http(s?)://.*(8989)(?:$|\\W).*") {
body {
color: #00d8ff;
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAK0lEQVQImWMUFBT8z8vLywADTMLCwgzIgOnXr18MDAwMDJ8/f4YIwGRgKgEGSwea/hkUqwAAAABJRU5ErkJggg==') repeat;
}
.SeriesIndexPoster-title-1h3SR {
background-color: #1d1d1d;
}
.SeriesIndexPoster-nextAiring-2nqSB {
background-color: #1d1d1d;
}
.PageSidebarItem-link-vbRsb {
display: block;
padding: 12px 24px;
color: #e0ff00;
}
}