Skip to content

Instantly share code, notes, and snippets.

View dpraul's full-sized avatar
🤙
I THIRST FOR BLOOD

Dylan Praul dpraul

🤙
I THIRST FOR BLOOD
View GitHub Profile
@dpraul
dpraul / bookmarklet.js
Created October 30, 2014 20:47
Better YouTube Layout Bookmarklet
javascript:(function() {
var url = window.location + "";
// Make sure we are on YouTube
if (url.indexOf("www.youtube.com/") < 0)
return;
// Grab video id.
var video = url.split("v=")[1]
if (video.indexOf("&") > 0)
video = video.split("&")[0]
// Make new URL