Skip to content

Instantly share code, notes, and snippets.

@rogerwalt
Created June 11, 2013 17:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rogerwalt/5759004 to your computer and use it in GitHub Desktop.
Save rogerwalt/5759004 to your computer and use it in GitHub Desktop.
Simple one-liner to parse out the URL of the video file on BitShare.
window.location.href = document.getElementById("stream_player").innerHTML.split('clip:')[1].split('url:')[1].split("'")[1]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment