返回首頁 

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

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


Install this script?
// ==UserScript==// @name         Weibo.com(##微博) Thumbnail-InNewWindow Auto Larger// @description  ##微博-缩略图-在新窗口打开时-自动跳转大图// @version      1.0.17012102// @author       DanoR// @namespace    https://danor.top/// @grant        none// @include      *://*.sinaimg.cn/*// ==/UserScript==if (!/sinaimg\.cn\/large\//.test(location.href))location.href = location.href.replace(/sinaimg\.cn\/.*?\//, 'sinaimg.cn/large/');