Skip to content

Instantly share code, notes, and snippets.

@jonathanyee
Created July 12, 2013 07:23
Show Gist options
  • Save jonathanyee/5982555 to your computer and use it in GitHub Desktop.
Save jonathanyee/5982555 to your computer and use it in GitHub Desktop.
chrome.tabs.executeScript(null, {file: "content_script.js"}, function() {
chrome.tabs.sendMessage(null, {
message: 'dom'
}, function(response){
console.log('response', response);
screenshot(response);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment