支持:谷歌(blogspot YouTube)、Tumblr、推特、Steam、新浪微博、知乎、豆瓣、百度贴吧、淘宝(天猫)、ArtStation、Pinimg、Reddit 等
http://t2.qpic.cn/mblogpic/c96b9da8480925f5c7f2/460
作者试试这个能不能大图
作者这次更新去掉了腾讯微博。。
大图:http://t2.qpic.cn/mblogpic/c96b9da8480925f5c7f2/2000
因为腾讯微博的服务器有跳转检查,我在本地测试,经常遇到服务器返回错误地址,所以就去掉了腾讯微博的跳转功能。
如果你想开启的话,将第90行代码转换为
//疼逊微博(服务器有轮询检查,该条已失效)
else if( (m = url.match(/^(http:\/\/[\w\d]+\.qpic\.cn\/.+\/)(\d+)(?:\?.+)?$/i)) ) {
if(m[2]<2000) {
document.location = m[1] + "2000";
}
/*if(m[2]!=0) {
document.location = m[1] + "0";
}*/
}
SB腾讯!
感谢回复
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
腾讯微博的图好像不行了
http://t2.qpic.cn/mblogpic/c96b9da8480925f5c7f2/460
作者试试这个能不能大图