Skip to content

Commit

Permalink
Merge pull request #2155 from raszpl/patch-2
Browse files Browse the repository at this point in the history
core.js changing Description mode duplicated buttons under the player
  • Loading branch information
ImprovedTube authored Apr 3, 2024
2 parents 79a35aa + e01bad7 commit e3e4e2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js&css/web-accessible/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ document.addEventListener('it-message-from-extension', function () {
} else if (ImprovedTube.storage.description === "normal" || ImprovedTube.storage.description === "classic") {
try{document.querySelector("#less").click() || document.querySelector("#collapse").click();} catch{}
}
ImprovedTube.improvedtubeYoutubeButtonsUnderPlayer();
break

case 'transcript':
Expand Down

0 comments on commit e3e4e2f

Please # to comment.