Skip to content

Instantly share code, notes, and snippets.

@stepanger
Created April 11, 2017 14:31
Show Gist options
  • Save stepanger/abd23d944e651565081d7ac54bc8d985 to your computer and use it in GitHub Desktop.
Save stepanger/abd23d944e651565081d7ac54bc8d985 to your computer and use it in GitHub Desktop.
(function(){
chrome.webRequest.onHeadersReceived.addListener(function(details){
console.log(details);
},{
types: ['main_frame'],
urls: ["<all_urls>"]
})
}())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment