-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenhancer.html
127 lines (126 loc) · 3.91 KB
/
enhancer.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Enhancer for Youtube Config</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>Enhancer for Youtube Config</h1>
</header>
<main>
<button id="copy-button">Copy</button>
<strong>the below content into a .txt file and then select 'Import' in Enhancer's settings.</strong>
<pre class='text-box'>
{
"version": "2.0.126",
"settings": {
"blur": 0,
"brightness": 100,
"contrast": 100,
"grayscale": 0,
"huerotate": 0,
"invert": 0,
"saturate": 100,
"sepia": 0,
"applyvideofilters": false,
"backgroundcolor": "#000000",
"backgroundopacity": 85,
"blackbars": false,
"blockautoplay": true,
"blockhfrformats": false,
"blockwebmformats": false,
"boostvolume": false,
"cinemamode": false,
"cinemamodewideplayer": true,
"controlbar": {
"active": true,
"autohide": false,
"centered": true,
"position": "absolute"
},
"controls": [
"volume-booster"
],
"controlsvisible": false,
"controlspeed": true,
"controlspeedmousebutton": false,
"controlvolume": false,
"controlvolumemousebutton": false,
"convertshorts": false,
"customcolors": {
"--main-color": "#00adee",
"--main-background": "#111111",
"--second-background": "#181818",
"--hover-background": "#232323",
"--main-text": "#eff0f1",
"--dimmer-text": "#cccccc",
"--shadow": "#000000"
},
"customcssrules": "",
"customscript": "",
"customtheme": false,
"darktheme": true,
"date": 1725125895499,
"defaultvolume": false,
"disableautoplay": false,
"executescript": false,
"expanddescription": false,
"filter": "none",
"hidecardsendscreens": false,
"hidechat": false,
"hidecomments": false,
"hiderelated": false,
"hideshorts": false,
"ignoreplaylists": true,
"ignorepopupplayer": true,
"localecode": "en_US",
"localedir": "ltr",
"message": false,
"miniplayer": true,
"miniplayerposition": "_top-left",
"miniplayersize": "_400x225",
"newestcomments": false,
"overridespeeds": true,
"pauseforegroundtab": false,
"pausevideos": true,
"popuplayersize": "640x360",
"qualityembeds": "large",
"qualityembedsfullscreen": "hd1080",
"qualityplaylists": "hd1080",
"qualityplaylistsfullscreen": "hd1080",
"qualityvideos": "hd1080",
"qualityvideosfullscreen": "hd1080",
"reload": false,
"reversemousewheeldirection": false,
"selectquality": true,
"selectqualityfullscreenoff": false,
"selectqualityfullscreenon": false,
"speed": 1,
"speedvariation": 0.1,
"stopvideos": false,
"theatermode": false,
"theme": "default-dark",
"themevariant": "youtube-deep-dark.css",
"update": 1725125895499,
"volume": 50,
"volumemultiplier": 3,
"volumevariation": 5,
"wideplayer": true,
"wideplayerviewport": true
}
}
</pre>
</main>
<footer>
<a href="https://github.com/oceanthunder/lizardwitchy" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor" style="vertical-align: middle;">
<path d="M12 .5C5.7.5.5 5.7.5 12c0 5.3 3.4 9.8 8.1 11.4.6.1.8-.3.8-.6v-2.2c-3.3.7-4-1.6-4-1.6-.5-1.3-1.2-1.6-1.2-1.6-.9-.6 0-.6 0-.6 1 0 1.6 1 1.6 1 1.2 2 3.1 1.4 3.9 1 .1-.9.5-1.4.9-1.7-2.7-.3-5.5-1.4-5.5-6.2 0-1.4.5-2.5 1.3-3.4-.1-.3-.6-1.5.1-3.1 0 0 1.1-.4 3.5 1.4 1-.3 2.1-.5 3.2-.5 1.1 0 2.2.2 3.2.5 2.4-1.8 3.5-1.4 3.5-1.4.7 1.6.2 2.8.1 3.1.8.9 1.3 2 1.3 3.4 0 4.8-2.8 5.9-5.5 6.2.5.4.9 1.2.9 2.4v3.6c0 .3.2.7.8.6C20.6 21.3 24 16.8 24 12c0-6.3-5.2-11.5-12-11.5z"/>
</svg>
</a>
</footer>
<script src='script.js'></script>
</body>
</html>