This commit is contained in:
goodtube4u
2024-07-22 20:50:39 +10:00
parent 7886e09f24
commit 4fbdc4396c
2 changed files with 6 additions and 2 deletions

View File

@@ -321,6 +321,7 @@
// Turn off autoplay
let goodTube_turnedOffAutoplay = false;
function goodTube_youtube_turnOffAutoplay() {
// If we've already turned off autoplay, just return
if (goodTube_turnedOffAutoplay) {
return;
}
@@ -6345,10 +6346,13 @@
// Make the youtube player the lowest quality to save on bandwidth
goodTube_youtube_lowestQuality();
// Turn off autoplay
goodTube_youtube_turnOffAutoplay();
// Hide ads, shorts, etc - real time
goodTube_youtube_hideAdsShortsEtc_realTime();
// Remove that annoying "Are you still watching" prompt
// Remove the "Are you still watching" prompt
goodTube_youtube_areYouStillWatching();
// Support timestamp links in comments

2
goodtube.min.js vendored

File diff suppressed because one or more lines are too long