Skip to content

Instantly share code, notes, and snippets.

View smakary-gotrah's full-sized avatar

smakary-gotrah

View GitHub Profile
// NOTE: The security policy of some sites (such as this gist.github.com!) will prevent this from working.
// Check your javascript console if something doesn't work.
javascript:(function(){
var apiKey = 'INSERT YOUR API KEY HERE';
if (apiKey == 'INSERT YOUR API KEY HERE') {
alert('Error: You need to add your api key to this bookmarklet!');
return;
}
var xhr = new XMLHttpRequest();