Update SrcJySet.js

pull/1/head
jevons0411 3 years ago
parent 9f84bcf32b
commit d03bda2234
  1. 2
      SrcJySet.js

@ -603,7 +603,7 @@ function SRCSet() {
let biuhtml = fetch(urlfile,{timeout:2000});
biuhtml = biuhtml.replace(reg, function(word) {
return /^\/{2,}/.test(word) || /^\/\*/.test(word) ? "" : word;
}).replace(/^.*#.*$/mg,"");
}).replace(/^.*#.*$/mg,"").replace(/[\t\r\n]/g,'');
let biujson = JSON.parse(biuhtml);
let biudata = {};
biudata.url = biujson.url;

Loading…
Cancel
Save