From d00345f45b5b3e56970237799c69808527e91919 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Sat, 1 Oct 2016 12:05:29 +0100 Subject: Use HTML5 import to load content scripts. 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. --- pages/options.html | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) (limited to 'pages/options.html') diff --git a/pages/options.html b/pages/options.html index b24bdec2..92bed6f0 100644 --- a/pages/options.html +++ b/pages/options.html @@ -2,30 +2,7 @@ Vimium Options - - - - - - - - - - - - - - - - - - - - - - - + -- cgit v1.2.3