aboutsummaryrefslogtreecommitdiffstats
path: root/pages/blank.html
AgeCommit message (Collapse)Author
2016-09-27Reinstate loading vimium.css.Stephen Blott
Follow on from 8601edd71e74ba522e32658309cb2e7acca8aeeb.
2016-09-27Disable content-script loader (temporary).Stephen Blott
Scripts loaded via the content-script loader previously were loaded synchronously. In recent versions of Chrome, they now seem to be loaded asynchrnously, which causes errors. This is a temporary commit to keep master healthy until I (or somebody) figures out properly what is going on. It is expected to be reverted in due course.
2014-11-02Cosmetic tweaks for @smblott-githubmrmr1993
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.
2014-11-02Optional custom new tab URLmrmr1993
This resolves #979.