diff --git a/script.js b/script.js index 028ea080..2a8c18da 100644 --- a/script.js +++ b/script.js @@ -36,7 +36,7 @@ window.onload = function() GM_xmlhttpRequest({ method: "GET", - url:"monsters-info/mon.json?ver=3", + url:"monsters-info/mon.json", onload: function(response) { ms = JSON.parse(response.response); initialize();//初始化