// ==UserScript== // @name Weibo(新浪微博) Thumbnail-InNewWindow Auto Larger // @namespace http://weibo.com/zheung // @version 0.4.141110 // @description 新浪微博缩略图在新窗口打开时会自动变大图 // @include http://*.sinaimg.cn/* // @copyright DanoR // @downloadURL none // ==/UserScript== var regex = /square|thumbnail|bmiddle/; if (regex.test(location.href)) location.href = location.href.replace(regex, "large");