Create launcher.js
This commit is contained in:
parent
d14e282ea6
commit
7cc21bafc1
8
launcher.js
Normal file
8
launcher.js
Normal file
@ -0,0 +1,8 @@
|
||||
// tested for Chrome, IE
|
||||
javascript:(function(){
|
||||
var head = document.getElementsByTagName("head")[0];
|
||||
var scriptElement = document.createElement("script");
|
||||
scriptElement.src = <URL to Script>;
|
||||
head.appendChild(scriptElement);
|
||||
head.removeChild(scriptElement);
|
||||
})();
|
||||
Loading…
x
Reference in New Issue
Block a user