Skip to content

Instantly share code, notes, and snippets.

@kaddopur
Created June 19, 2012 15:35
Show Gist options
  • Save kaddopur/2954838 to your computer and use it in GitHub Desktop.
Save kaddopur/2954838 to your computer and use it in GitHub Desktop.
Using jQuery in content scripts
"content_scripts": [
{
"matches": ["http://www.xxx.com/*"],
"css": ["css/bootstrap.css", "css/content.css"],
"js": ["js/jquery.min.js", "js/content.js"]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment