Greasy Fork镜像 支持简体中文。

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

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

  1. // ==UserScript==
  2. // @name Weibo.com(新浪微博) Thumbnail-InNewWindow Auto Larger
  3. // @description 新浪微博-缩略图-在新窗口打开时-自动跳转大图
  4. // @version 1.0.17012102
  5. // @author DanoR
  6. // @namespace https://danor.top/
  7. // @grant none
  8. // @include *://*.sinaimg.cn/*
  9. // ==/UserScript==
  10.  
  11. if (!/sinaimg\.cn\/large\//.test(location.href))
  12. location.href = location.href.replace(/sinaimg\.cn\/.*?\//, 'sinaimg.cn/large/');

QingJ © 2025

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