Last active
May 11, 2024 14:05
-
-
Save brachkow/83b031b0deb7653679f6d26a4e63e8f5 to your computer and use it in GitHub Desktop.
YouTube Adblock Bypass Bookmarklet
This file contains 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
!function(){var a=window.location.href.match(/watch\?v=([a-zA-Z0-9_-]+)/);if(a){var o="https://www.youtube.com/embed/"+a[1];window.location.href=o}else alert("Not a valid YouTube watch URL.")}(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Create a bookmark with this script as a URL. Then run it on a youtube video that doesn't load.