Skip to content

Instantly share code, notes, and snippets.

@brachkow
Last active May 11, 2024 14:05
Show Gist options
  • Save brachkow/83b031b0deb7653679f6d26a4e63e8f5 to your computer and use it in GitHub Desktop.
Save brachkow/83b031b0deb7653679f6d26a4e63e8f5 to your computer and use it in GitHub Desktop.
YouTube Adblock Bypass Bookmarklet
!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.")}();
@brachkow
Copy link
Author

Create a bookmark with this script as a URL. Then run it on a youtube video that doesn't load.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment