Created
December 28, 2017 16:59
-
-
Save davlgd/1bd70d8b68642e9fd07e946e659e9cea to your computer and use it in GitHub Desktop.
Tracking Trackers - Etape 5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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