mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-06 11:37:02 +03:00
@@ -2762,7 +2762,7 @@ function showTimeWithoutSkips(skippedDuration: number): void {
|
||||
isOnInvidious() ? ".vjs-duration" :
|
||||
isOnYTTV() ? ".ypl-full-controls .ypmcs-control .time-info-bar" :
|
||||
isOnMobileYouTube() ? ".ytwPlayerTimeDisplayContent" :
|
||||
".ytp-time-display.notranslate .ytp-time-wrapper";
|
||||
".ytp-time-display.notranslate .ytp-time-wrapper .ytp-time-contents";
|
||||
const display = document.querySelector(selector);
|
||||
if (!display) return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user