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
Change variable names to short stuff. Apparently it's called mangling.
I'll mangle you if you know what I mean.
Also fix playlist-maker scrolling up when clicking on a thing (image
options or difficulty options)
Copy file name to clipboardExpand all lines: client/index.js
+97-95Lines changed: 97 additions & 95 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
-
letimprovements=[
2
-
{
3
-
css: `
1
+
(()=>{
2
+
letimprovements=[
3
+
{
4
+
css: `
4
5
html, body { height: 100%; }
5
6
body {
6
7
background: #1e1f26;
@@ -34,11 +35,11 @@ main {
34
35
overflow: auto;
35
36
}
36
37
`,
37
-
intro: 'Here is a list of what you can find on this website:',
38
-
button: 'improve!'
39
-
},
40
-
{
41
-
css: `
38
+
intro: 'Here is a list of what you can find on this website:',
39
+
button: 'improve!'
40
+
},
41
+
{
42
+
css: `
42
43
@keyframes gradient {
43
44
from { background-position: 0 0; }
44
45
to { background-position: -150px 0; }
@@ -83,11 +84,11 @@ li::before {
83
84
animation: rotate 8s infinite, appear .3s;
84
85
}
85
86
`,
86
-
intro: 'Comprehensive listing of the endpoints allowing access to the main utilities and pages available on this domain, granted it is accessed through a standard-compliant web browser:',
87
-
button: 'IMPROVE'
88
-
},
89
-
{
90
-
css: `
87
+
intro: 'Comprehensive listing of the endpoints allowing access to the main utilities and pages available on this domain, granted it is accessed through a standard-compliant web browser:',
0 commit comments