Created
March 21, 2024 11:29
-
-
Save Trafitto/e38b9ed8c3041e91ea6a3589151958b0 to your computer and use it in GitHub Desktop.
Copied from the internet I don't remember where, skip the YouTube ads
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(function(){ad = [...document.querySelectorAll('.ad-showing')][0]; if(ad != null) { video = document.querySelector('video'); video.currentTime = video.duration; }})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment