-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimdb.css
More file actions
132 lines (102 loc) · 2.38 KB
/
Copy pathimdb.css
File metadata and controls
132 lines (102 loc) · 2.38 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
/* ==UserStyle==
@name imdb - samuelkdavis
@version 20250717.21.49
@namespace github.com/openstyles/stylus
==/UserStyle== */
@-moz-document domain("imdb.com") {
/*Hide sections*/
section[data-testid="Photos"] {
display: none
}
section[data-testid="main-column-editorial-single"] {
display: none
}
section[data-testid="DidYouKnow"] {
display: none
}
section[data-testid="DynamicFeature_TopPicks"] {
display: none
}
section[data-testid="StaticFeature_FAQ"] {
display: none
}
section[data-testid="contribution"] {
display: none
}
section[data-testid="StaticFeature_News"] {
display: none
}
section[data-testid="Storyline"] {
display: none
}
section[data-testid="BoxOffice"] {
display: none
}
section[data-testid="News"] {
display: none
}
section[data-testid="DynamicFeature_EditorialLists"] {
display: none
}
section[data-testid="DynamicFeature_UserLists"] {
display: none
}
section[data-testid="SidebarPolls"] {
display: none
}
section[cel_widget_id="StaticFeature_FAQ"] {
display: none
}
section[cel_widget_id="DynamicFeature_TopPicks"] {
display: none
}
section[data-testid="RelatedInterests"] {
display: none
}
section[cel_widget_id="StaticFeature_Awards"] {
display: none
}
div[data-test-id="right-rail-content-block"] {
display: none
}
/*hide right hand column*/
section[data-test-id="right-rail-content-block"] {
display: none
}
/*Hide right hand column attempt 2*/
div[data-test-id="right-rail-content-block"]{display:none;}
/*set left hand column to be wider*/
.ipc-page-grid__item--span-2 {
grid-column: span 3
}
.ipc-page-grid__item--span-2 {
grid-column: span 3
}
/*.ipc-page-grid__item--span-2*/
/*hide other stuff*/
.footer {
display: none
}
div[data-testid="themes-chip-list"] {
display: none
}
li[data-testid="title-cast-styling-proupsell"] {
display: none
}
#ProUpsellLink {
display: none
}
/*trying unsuccessfully to hide Cast&Crew User Reviews Trivial... header*/
.sc-9194d746-0.ghHjIf { display:none}
main {
display: flex;
}
/*Change order*/
.ipc-page-grid__item--span-2{display:flex; flex-direction: column;}
section[data-testid="UserReviews"]{order:1}
section[data-testid="Details"]{order:2;}
section[data-testid="TechSpecs"]{order:3}
section[data-testid="title-cast"]{order: 4;}
section[data-testid="videos-section"]{order:5}
section[data-testid="MoreLikeThis"]{order:6}
}