搜狗免嗅.js 303 字节
Newer Older
H
hjdhnx 已提交
1 2 3 4 5 6 7 8 9 10 11
js:
// fetch_params.withHeaders = 1;
// let data=fetch(input,fetch_params);
// let html = data.body;
fetch_params.headers['user-agent'] = MOBILE_UA;
let html=request(input);
let rurl = html.match(/window\.open\('(.*?)',/)[1].split('?')[0];
// print(input);
// print(rurl);
input = rurl;
// print(html);