Hacker News new | ask | show | jobs
by manfre 1464 days ago
Without a link to the userscript, your comment is not helpful.
1 comments

Not quite what you asked for, but this is the bookmarklet I use:

  javascript:(() => { let v = window.location.href.split("/"); window.location = "https://www.youtube.com/watch?v=" + v[v.length - 1]; })();