aboutsummaryrefslogtreecommitdiffstats
path: root/main.js.in
diff options
context:
space:
mode:
Diffstat (limited to 'main.js.in')
-rw-r--r--main.js.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/main.js.in b/main.js.in
index cea96e8..cd2f2ba 100644
--- a/main.js.in
+++ b/main.js.in
@@ -32,10 +32,6 @@ function peniquitous () {
s.appendChild(
document.createTextNode('(' + script + ')();')
);
- // s.src = chrome.extension.getURL(file);
- // s.onload = function() {
- // this.parentNode.removeChild(this);
- // };
document.documentElement.appendChild(s);
});
})();