From 474bcb7552dd538978e546f02b2bff1d7204aa34 Mon Sep 17 00:00:00 2001
From: mrmr1993
Date: Mon, 28 Jul 2014 16:41:15 +0100
Subject: Automatically load content scripts into the options and blank pages
Load all appropriate content scripts by traversing the list in the
manifest. This removes the need to list them manually.
---
pages/blank.html | 13 ++-----------
pages/content_script_loader.coffee | 28 ++++++++++++++++++++++++++++
pages/options.html | 11 +----------
3 files changed, 31 insertions(+), 21 deletions(-)
create mode 100644 pages/content_script_loader.coffee
(limited to 'pages')
diff --git a/pages/blank.html b/pages/blank.html
index 1f8bb1d0..aa9e762a 100644
--- a/pages/blank.html
+++ b/pages/blank.html
@@ -1,16 +1,7 @@