Update greasemonkey_autoload.js

This commit is contained in:
Mihanner 2019-11-14 09:14:32 +03:00 committed by GitHub
parent b878ad18a1
commit 41f8b16cd2
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/weathondev/stlsaver/master/herosaver.js",true);
xhr.open("get","https://raw.githubusercontent.com/mihanner/stlsaver/master/herosaver.js",true);
xhr.onreadystatechange=function(){
if (xhr.readyState == 4) {
var script=document.createElement("script");