Support: Google(blogspot YouTube)\Tumblr\Twitter\Steam(Only user content)\ArtStation\Pinimg\Weibo\Reddit (And more...
< Feedback on Resize Image On "Open image in new tab"
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腾讯!
感谢回复
腾讯微博的图好像不行了
http://t2.qpic.cn/mblogpic/c96b9da8480925f5c7f2/460
作者试试这个能不能大图