Browse Source

去掉版本号

tags/v8.0
枫谷剑仙 7 years ago
parent
commit
f10c3a9853
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      script.js

+ 1
- 1
script.js View File

@@ -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();//初始化


Loading…
Cancel
Save