Weibo(新浪微博) Thumbnail-InNewWindow Auto Larger

新浪微博缩略图在新窗口打开时会自动变大图

目前为 2014-11-10 提交的版本。查看 最新版本

// ==UserScript==
// @name Weibo(新浪微博) Thumbnail-InNewWindow Auto Larger
// @namespace http://weibo.com/zheung
// @version 0.4.141110
// @description 新浪微博缩略图在新窗口打开时会自动变大图
// @include http://*.sinaimg.cn/*
// @copyright DanoR
// ==/UserScript==

var regex = /square|thumbnail|bmiddle/;

if (regex.test(location.href))
	location.href = location.href.replace(regex, "large");

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址