Skip to content

Instantly share code, notes, and snippets.

@devinrhode2
Created June 12, 2012 06:52
Show Gist options
  • Save devinrhode2/2915687 to your computer and use it in GitHub Desktop.
Save devinrhode2/2915687 to your computer and use it in GitHub Desktop.
Complain to google
if (tab.url.has('://chrome.google.com/webstore')) {
if (confirm('Google blocks extensions from working on the WebStore. Press OK to send a complaint to Google.')) {
chrome.tabs.create({
'url': 'http://support.google.com/chrome_webstore/bin/request.py?contact_type=cws_user_contact'
});
}
}
//nuff said.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment