Skip to content

Commit

Permalink
Merge branch 'master' into options-max-size
Browse files Browse the repository at this point in the history
  • Loading branch information
4yman-0 authored Dec 13, 2024
2 parents 631a229 + a733c67 commit 6b9e14c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions menu/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,5 @@
<link rel="stylesheet" href="styles/mixer.css">
<link rel="stylesheet" href="styles/settings.css">
<link rel="stylesheet" href="styles/themes.css">
</head>
<body>
<div id="loading" style="animation: 3s linear 0s 1 normal none running fadeIn; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); border: 3px solid rgb(182, 233, 255); border-radius: 80px; padding: 37px; color: rgb(120, 147, 161);">...asking your browser what settings you made here before...</div>
</body>
</html>
</head><body><div id="loading" style="animation: 3s linear 0s 1 normal none running fadeIn; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); border: 3px solid rgb(182, 233, 255); border-radius: 80px; padding: 37px; color: rgb(120, 147, 161);">...asking your browser what settings you made here before...</div>
</body></html>
2 changes: 1 addition & 1 deletion menu/skeleton.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ extension.skeleton.main = {
component: 'iframe',
class: 'frame',
attr: {
'src': 'https://improvedtube.com/wishes',
'src': 'https://improvedtube.com/wishes?'+ Date.now(),
'style': 'border: none; bottom: 0px; overflow: hidden; width:326px; position: absolute; height:212px; left:-6px !important'
}
}
Expand Down

0 comments on commit 6b9e14c

Please sign in to comment.