Skip to content

Commit

Permalink
dont cache the iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
ImprovedTube authored Dec 13, 2024
1 parent 939d6ea commit a733c67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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:320px; margin:0; 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
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 a733c67

Please sign in to comment.