You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IsFirefox=BrowserInfo.name=="Firefox"||BrowserInfo.vendor=="Mozilla";// yeah dawg, if you're using smth that doesn't follow this rule, GFY LMFAOOOOOOO FORK USER (user issue frfr)
env.tabs.sendMessage(Data.tabId,{Operation: "SeriStyle_HistoryState",Args: [Data.url]}).catch(()=>console.log("Receiving end error.",JSON.stringify(Data,null,"\t")));
Copy file name to clipboardExpand all lines: scripts/defaults.js
+27-5Lines changed: 27 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,9 @@
1
-
this.SeriStyleMetaVersion=4;
1
+
this.SeriStyleMetaVersion=5;
2
2
this.SeriStyleMetaNotice=[
3
3
"introduced new settings:",
4
-
"Videopage changes -> Fix content padding",
5
-
"Videopage changes -> Force min. content padding",
4
+
"Videopage changes -> Hide donation shelves",
5
+
"Advanced -> Improve action bar mutation success rate (BETA)",
6
+
"Advanced -> Disable all hotfixes",
6
7
].join("\n");
7
8
8
9
this.SeriStyleLocales={
@@ -23,7 +24,7 @@ this.SeriStyleLocales = {
23
24
Advanced: "Advanced settings"
24
25
},
25
26
Messages: {
26
-
UpdateSettings: "SeriStyle was updated to version 1.12.1, which "+this.SeriStyleMetaNotice+"\n\nDo you want to visit the settings page(opens in a new tab)?"
27
+
UpdateSettings: "SeriStyle was updated to version 1.12.2, which "+this.SeriStyleMetaNotice+"\n\nDo you want to visit the settings page(opens in a new tab)?"
27
28
}
28
29
}
29
30
};
@@ -152,6 +153,13 @@ this.SeriStyleSettings = {
152
153
},
153
154
Value: false
154
155
},
156
+
HideDonationShelves: {
157
+
Kind: 0,
158
+
Name: {
159
+
"en-US": "Hide donation shelves"
160
+
},
161
+
Value: false
162
+
},
155
163
HideRecFilters: {
156
164
Kind: 0,
157
165
Name: {
@@ -365,6 +373,20 @@ this.SeriStyleSettings = {
365
373
"en-US": "$ms"
366
374
}
367
375
},
376
+
ActionBarPlus: {
377
+
Kind: 0,
378
+
Name: {
379
+
"en-US": "Improve action bar mutation success rate (BETA)"
"#text.yt-sans-28{font-family:Roboto,Arial,sans-serif;font-size:24px;font-weight:400;line-height:34px;text-decoration-color:#FFF;text-decoration-line:none;text-decoration-style:solid;text-decoration-thickness:auto;text-size-adjust:100%;word-break:break-word;}"+// Alternative selector: .thumbnail-and-metadata-wrapper>div>yt-dynamic-sizing-formatted-string>div>yt-formatted-string
107
+
// True Old
103
108
(SeriStyleSettings.Playlist.TrueOld.Value ? // TODO: Move duplicates outside of this scope
// Old title font(might affect certain other entries)
118
-
"#text.yt-sans-28{font-family:Roboto,Arial,sans-serif;font-size:24px;font-weight:400;line-height:34px;text-decoration-color:#FFF;text-decoration-line:none;text-decoration-style:solid;text-decoration-thickness:auto;text-size-adjust:100%;word-break:break-word;}"+// Alternative selector: .thumbnail-and-metadata-wrapper>div>yt-dynamic-sizing-formatted-string>div>yt-formatted-string
// Old title font(might affect certain other entries)
134
-
"#text.yt-sans-28{font-family:Roboto,Arial,sans-serif;font-size:24px;font-weight:400;line-height:34px;text-decoration-color:#FFF;text-decoration-line:none;text-decoration-style:solid;text-decoration-thickness:auto;text-size-adjust:100%;word-break:break-word;}"+// Alternative selector: .thumbnail-and-metadata-wrapper>div>yt-dynamic-sizing-formatted-string>div>yt-formatted-string
0 commit comments