updated code to point to my github repo

in title
This commit is contained in:
fingin 2019-11-17 11:16:05 -07:00 committed by GitHub
parent 33111dfdfe
commit 4ff1014fda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
})) {
observer.disconnect();
var xhr=new XMLHttpRequest;
xhr.open("get","https://raw.githubusercontent.com/mihanner/stlsaver/master/herosaver.js",true);
xhr.open("get","https://raw.githubusercontent.com/fingin/stlsaver/master/herosaver.js",true);
xhr.onreadystatechange=function(){
if (xhr.readyState == 4) {
var script=document.createElement("script");