This repository has been archived by the owner on Jan 29, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathusercss-template.css
62 lines (56 loc) · 1.67 KB
/
usercss-template.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
/* ==UserStyle==
@name Plex Fixes
@version 1.2.4
@description Bringing back plex to pre-3.0.0
@namespace https://github.com/StylusThemes
@author StylusThemes <https://github.com/StylusThemes>
@homepageURL https://github.com/StylusThemes/Plex-Fixes
@supportURL https://github.com/StylusThemes/Plex-Fixes/issues
@updateURL https://raw.githubusercontent.com/StylusThemes/Plex-Fixes/master/style.user.css
@license CC-BY-SA-4.0
@advanced text PORT "Port Number" "32400"
@advanced text URL "Custom URL" "http://example.com/"
@advanced text IMGURL "Custom Background Image for Discover Page" "http://example.com/example.jpg"
@advanced dropdown CastL "Cast List" {
CLY "Hover Effects" <<<EOT
{{hover-cast-list}} EOT;
CLH "Hide Cast List" <<<EOT
{{hide-cast-list}} EOT;
CLN "No Hover Effect & Don't Hide Cast List" <<<EOT
EOT;
}
@advanced dropdown ExtrasM "Extras" {
EEY "Expand Movie Extras" <<<EOT
{{expand-movie-extras}} EOT;
EEH "Hide Extras" <<<EOT
{{hide-extras}} EOT;
EEN "Don't Expand & Don't Hide" <<<EOT
EOT;
}
@advanced dropdown RelatedL "Related Lists" {
RLN "Don't Hide" <<<EOT
EOT;
RLY "Hide Related Lists" <<<EOT
{{hide-related-lists}} EOT;
}
@advanced dropdown PosterHE "Posters" {
PHEY "Hover Effects" <<<EOT
{{hover-posters}} EOT;
PHEN "No Hover Effects" <<<EOT
EOT;
}
@advanced dropdown VARF "Zoom in on Blu-ray rip's that haven't been cropped to remove black bars" {
VARFN "No" <<<EOT
EOT;
VARFY "Yes" <<<EOT
{{zoom-black-bar}} EOT;
}
==/UserStyle== */
@-moz-document regexp("https?://app.plex.tv/.*"), regexp("https?://.*:/*[[PORT]]*//.*"), regexp("/*[[URL]]*/.*") {
{{theme}}
/*[[CastL]]*/
/*[[ExtrasM]]*/
/*[[RelatedL]]*/
/*[[PosterHE]]*/
/*[[VARF]]*/
}