diff options
| -rw-r--r-- | main.js.in | 4 | ||||
| -rw-r--r-- | peniquitous.user.js | 4 | 
2 files changed, 0 insertions, 8 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);  	});  })(); diff --git a/peniquitous.user.js b/peniquitous.user.js index 5458d7f..1779a8b 100644 --- a/peniquitous.user.js +++ b/peniquitous.user.js @@ -204,10 +204,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);  	});  })(); | 
