Example gist SHA 0c37e47f24531557decd
-
List the commits from the gist
https://gist.github.com/ICBacon/0c37e47f24531557decd/commits
-
Open the console
-
Parse the request
// Deserialize API request into the console eval('var data = ' + document.getElementsByTagName('pre')[0].innerText ) // Get the last Gist gistUrl = data.slice(-1)[0]['url']
-
Open the Github Gist
// Replace the api location with the html uri location // Open that bad boy window.open(gistUrl.replace('https://api.github.com/gists/','https://gist.github.com/'))
-
Open the Raw API
```javascript
// Open that bad boy window.open(gistUrl)
1. Parse the request again ```javascript // Deserialize API request into the console eval('var data = ' + document.getElementsByTagName('pre')[0].innerText )
- Copy homeboy into the clipboard
copy(data['files']['MyFirstNotebook.ipynb']['content'])