Skip to content

Commit

Permalink
hi
Browse files Browse the repository at this point in the history
  • Loading branch information
ImprovedTube committed Feb 25, 2024
1 parent 727f824 commit 3265c26
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ html[data-page-type=video][it-header-position=hover_on_video_page] div#page #mov

html[data-page-type=video][it-header-position=hover] ytd-app:not([player-fullscreen_]) ytd-watch-flexy:not([fullscreen]),
html[data-page-type=video][it-header-position=hover_on_video_page] ytd-app:not([player-fullscreen_]) ytd-watch-flexy:not([fullscreen]) {
margin-top: 0px;
margin-top: 14px;
}

/*--------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion js&css/web-accessible/functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ ImprovedTube.ytElementsHandler = function (node) {

node.calculateNormalPlayerSize_ = node.calculateCurrentPlayerSize_; // ??
}
}else if (true){
}else if (document.documentElement.dataset.pageType === 'video'){
if (id === 'description-inline-expander' || id === 'description-inner') {
setTimeout(function () {
ImprovedTube.expandDescription(node);
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"short_name" : "ImprovedTube",
"name": "'Improve YouTube!' 🎧 (for YouTube & Videos)",
"description": "__MSG_description_ext__",
"version": "4.700",
"version": "4.702",
"default_locale": "en",
"icons": {
"16": "stuff/icons/16.png",
Expand Down

0 comments on commit 3265c26

Please sign in to comment.