From f10c3a98532d78d29f7ebf05833a35efb326055c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=AB=E8=B0=B7=E5=89=91=E4=BB=99?= Date: Mon, 24 Jun 2019 17:03:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();//初始化