summaryrefslogtreecommitdiff
path: root/chromium/background.html
blob: 5343f4684db89297954b496fe0b3dfd2afd225a6 (plain)
1
2
3
4
5
<html><head><script>
	chrome.browserAction.onClicked.addListener(function(tab) {
		chrome.tabs.executeScript(null, {code:"simplyread();"});
	});
</script></head></html>