Update SrcJySet.js

pull/1/head
jevons0411 3 years ago
parent 203ae6fb30
commit 129f22d5a0
  1. 2
      SrcJySet.js

@ -575,7 +575,7 @@ function SRCSet() {
var reg = /("([^\\\"]*(\\.)?)*")|('([^\\\']*(\\.)?)*')|(\/{2,}.*?(\r|\n|$))|(\/\*(\n|.)*?\*\/)/g;
html = html.replace(reg, function(word) {
return /^\/{2,}/.test(word) || /^\/\*/.test(word) ? "" : word;
}).replace(/^.*#.*$/gm,"").replace(/🐝|🚀|🐌|💡|🥇|⚽|🏀|📺|🐨|🐧|🍋|🐯|👒|🅱|🚁|🍎|🎈|💘|🐞|🔥|🌎|🈲|🍀|🥒|⭐|❄|\(XPF\)|\(萝卜\)|\(神马\)|\(切\)|\(聚\)|\(优\)|\(神马\)|\(XB\)|\(SP\)/g,'').replace(/\,\,/g,',').replace(/\\n\"/g,'"');//|[\t\r\n]
}).replace(/^.*#.*$/gm,"").replace(/🐝|🚀|🐌|💡|🥇|⚽|🏀|📺|🐨|🐧|🍋|🐯|👒|🅱|🚁|🍎|🎈|💘|🐞|🔥|🌎|🈲|🍀|🥒|⭐|❄|\(XPF\)|\(萝卜\)|\(神马\)|\(切\)|\(聚\)|\(优\)|\(神马\)|\(XB\)|\(SP\)/g,'').replace(/\,\,/g,',').replace(/=\\r\\n\"/g,'="');//|[\t\r\n]
//var data = JSON.parse(html);
log(html);
if(html){

Loading…
Cancel
Save