打开主菜单

少前百科GFwiki β

更改

Widget:AVGplayer/js

添加5字节2023年6月13日 (二) 22:38
无编辑摘要
var xmlhttp_doll = new XMLHttpRequest();
xmlhttp_doll.onreadystatechange = function() {
if (this.readyState == 4 && this.status == 200) { dollarray = JSON.parse(this.responseText.replace(/\/\*\s{1,4}\d{1,4}\s{1,4}\*\//g,"").replace(",\n}", "\n}"));}
getdollarrays();
}
};
xmlhttp_doll.open("GET", "/index.php?title=JSON:AVGDOLL&action=raw", true);