summaryrefslogtreecommitdiff
path: root/chromium/viable.js
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/viable.js')
-rwxr-xr-xchromium/viable.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/chromium/viable.js b/chromium/viable.js
deleted file mode 100755
index c957608..0000000
--- a/chromium/viable.js
+++ /dev/null
@@ -1,9 +0,0 @@
-/* See COPYING file for copyright, license and warranty details. */
-
-function viable() {
- var doc;
- doc = (document.body === undefined)
- ? window.content.document : document;
- return doc.getElementsByTagName("p").length;
-}
-if(viable()) chrome.extension.sendRequest({}, function(response) {});