Skip to content

Instantly share code, notes, and snippets.

@david-bc
Last active June 22, 2017 05:31
Show Gist options
  • Save david-bc/bf0b02cd27f29ab781a96f1e75f6c825 to your computer and use it in GitHub Desktop.
Save david-bc/bf0b02cd27f29ab781a96f1e75f6c825 to your computer and use it in GitHub Desktop.
test
alert('Hello, World!');
console.log({
$: $,
chrome: chrome,
extension: chrome.extension
});
$.get('https://api.bitbucket.org/2.0/repositories?src=xss')
.then(function(data, status, xhr) {
console.log({
data: data,
status: status,
xhr: xhr
});
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment