Skip to content

Instantly share code, notes, and snippets.

@matallo
Created March 6, 2018 23:08
Show Gist options
  • Save matallo/7be24b5bf2b06e74d0914d842dbfe642 to your computer and use it in GitHub Desktop.
Save matallo/7be24b5bf2b06e74d0914d842dbfe642 to your computer and use it in GitHub Desktop.
javascript:(function()%7Btry%20%7Bvar%20vizID%20%3D%20window.location.href.match(%2F%5C%2Fbuilder%5C%2F(%5B%5Cda-zA-Z-%5D%2B)%2F)%5B1%5D%3Bvar%20prefix%20%3D%20window.location.href.match(%2F(.*)%5C%2Fbuilder%2F)%5B1%5D%3Bvar%20newURL%20%3D%20prefix%20%2B%20'%2Fapi%2Fv3%2Fviz%2F'%20%2B%20vizID%20%2B%20'%2Fviz.json'%3Bwindow.open(newURL)%3B%7D%20catch(error)%20%7Balert(%22URL%20couldn't%20be%20parsed%22)%7D%7D)()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment