Skip to content

Instantly share code, notes, and snippets.

@davlgd
Created December 28, 2017 16:59
Show Gist options
  • Save davlgd/1bd70d8b68642e9fd07e946e659e9cea to your computer and use it in GitHub Desktop.
Save davlgd/1bd70d8b68642e9fd07e946e659e9cea to your computer and use it in GitHub Desktop.
Tracking Trackers - Etape 5
chrome.browserAction.setBadgeBackgroundColor({color:"black"});
chrome.webRequest.onCompleted.addListener(function(thisRequest)
{
console.log(thisRequest);
},{urls: ["<all_urls>"]});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment