summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO1
-rw-r--r--chromium/background.html2
2 files changed, 1 insertions, 2 deletions
diff --git a/TODO b/TODO
index 7819e56..06eda90 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,3 @@
-chromium: is the script src=simplyread in background.html necessary?
add ctrl-alt-r to chromium extension
http://code.google.com/chrome/extensions/events.html
make tests for chromium and firefox engines
diff --git a/chromium/background.html b/chromium/background.html
index 229610d..5343f46 100644
--- a/chromium/background.html
+++ b/chromium/background.html
@@ -1,4 +1,4 @@
-<html><head><script src="simplyread.js"></script><script>
+<html><head><script>
chrome.browserAction.onClicked.addListener(function(tab) {
chrome.tabs.executeScript(null, {code:"simplyread();"});
});