|
发表于 2009-12-14 14:51:34
|
显示全部楼层
http://www.rayfile.com/zh-cn/fil ... -9253-0014221b798a/
4.3g
- // ==UserScript==
- // @name rayfile
- // @include http://www.rayfile.com/*
- // ==/UserScript==
- var req = new XMLHttpRequest();
- req.open('GET', document.getElementsByClassName('btn_indown_zh-cn')[0].childNodes[0].href, false);
- req.send(null);
- var r = req.responseText;
- var cookie = r.match(/'ROXCDNKEY[^)]*/)[0].replace(/'/g,'').split(',');
- document.cookie = cookie[0] + '=' + cookie[1] + ';path=' + cookie[3] + ';domain=' + cookie[4];
- var url = r.match(/http:..cachefile\d*[^']*/);
- document.getElementById('tabinfo_3').innerHTML = '<a href="' + url + '">下载</a>';
- window.location = url;
复制代码 |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?注册
x
|