Skip to content

Commit

Permalink
#2253 your "bug" @raszpl
Browse files Browse the repository at this point in the history
  • Loading branch information
ImprovedTube authored May 9, 2024
1 parent 64c94a5 commit ab235f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion js&css/web-accessible/www.youtube.com/themes.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,9 @@ ImprovedTube.setTheme = function () {
document.querySelector('ytd-masthead')?.removeAttribute('dark');
ImprovedTube.messages.send({action: 'set', key: 'theme', value: null});
ImprovedTube.setPrefCookieValueByName('f6', null);
// fall through
if (document.getElementById("cinematics")) {
document.getElementById('cinematics').style.display = 'none !important';
}
case 'dawn':
case 'sunset':
case 'night':
Expand Down

0 comments on commit ab235f4

Please sign in to comment.