Created
November 9, 2018 01:34
-
-
Save kolodny/cd8599c5f06ff9db8335c78ba6b049ca to your computer and use it in GitHub Desktop.
This file contains 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.proxy.settings.set({ | |
value: { | |
mode: 'pac_script', | |
pacScript: { | |
data:data | |
} | |
}, | |
scope: 'regular' | |
}, function(){ | |
// console.log('set pac scripts result:',arguments); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment