Greasy Fork

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

新浪微博-缩略图-在新窗口打开时-自动跳转大图

目前为 2017-01-21 提交的版本。查看 最新版本

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

var regex = /square|thumbnail|bmiddle/;

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