Created
March 6, 2018 23:08
-
-
Save matallo/7be24b5bf2b06e74d0914d842dbfe642 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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