diff options
Diffstat (limited to 'main.js.in')
-rw-r--r-- | main.js.in | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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); }); })(); |