aboutsummaryrefslogtreecommitdiffstats
path: root/pages/content_script_loader.coffee
AgeCommit message (Collapse)Author
2016-10-01Use HTML5 import to load content scripts.Stephen Blott
This is one approach to fixing #2277 properly. (Currently there's a temporary fix in place.) This uses HTML5 imports in place of the content-script loader. This is better than the current "fix" because content scripts are only listed in one place two places (as opposed to six). It's worse than the previous content-script loader, though, in that content scripts must be listed in two places, instead of one. Fixes #2277.
2014-11-02Automatically load content scripts into the options and blank pagesmrmr1993
Load all appropriate content scripts by traversing the list in the manifest. This removes the need to list them manually.