Greasy Fork镜像 支持简体中文。

Twitter Zoom Cursor

Distinguish between images and links on Twitter

/* ==UserStyle==
@name          Twitter Zoom Cursor
@description   Distinguish between images and links on Twitter
@author        chocolateboy
@copyright     chocolateboy
@version       0.1.0
@namespace     https://github.com/chocolateboy/userscripts
@license       GPL
==/UserStyle== */

@-moz-document url-prefix("https://twitter.com/"), url-prefix("https://mobile.twitter.com/"), url-prefix("https://x.com/"), url-prefix("https://mobile.x.com/") {
    a[role="link"][href^="/"][href$="/photo/1"],
    a[role="link"][href^="/"][href$="/photo/2"],
    a[role="link"][href^="/"][href$="/photo/3"],
    a[role="link"][href^="/"][href$="/photo/4"] {
        cursor: zoom-in !important;
    }
}

QingJ © 2025

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