Skip to content

Commit

Permalink
Merge branch 'code-charity:master' into prettier-eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
4yman-0 authored Dec 13, 2024
2 parents 3d66340 + a733c67 commit 369da9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions menu/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!doctype html><html><head><meta charset="utf-8"><meta name="viewport" content="width=device-width">
<title>ImprovedTube</title><style>body{width:320px; max-width:396px; margin:0; min-height:522px; height: 586px; max-height:586px;}</style>
<title>ImprovedTube</title><style>body{width:320px;max-width:320px; margin:0; min-height:522 !important;height:584px;max-height:584px;}</style>
<script src="satus.js"></script>
<script src="skeleton.js"></script>
<script src="functions.js"></script>
Expand Down Expand Up @@ -32,9 +32,4 @@
<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>
<script> if (window.location.href.includes('chrome://extensions/?options=')) {
body.style.setProperty('height', '523px', 'important');
body.style.setProperty('width', '396px', 'important');
}
</script>
</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 369da9b

Please sign in to comment.