summaryrefslogtreecommitdiff
path: root/chromium/background.html
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/background.html')
-rw-r--r--chromium/background.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/background.html b/chromium/background.html
index 669ff78..229610d 100644
--- a/chromium/background.html
+++ b/chromium/background.html
@@ -1,5 +1,5 @@
-<html><head><script src="readable.js"></script><script>
+<html><head><script src="simplyread.js"></script><script>
chrome.browserAction.onClicked.addListener(function(tab) {
- chrome.tabs.executeScript(null, {code:"readable();"});
+ chrome.tabs.executeScript(null, {code:"simplyread();"});
});
</script></head></html>