Twitter Zoom Cursor

Distinguish between images and links on Twitter

目前為 2020-10-20 提交的版本,檢視 最新版本

/* ==UserStyle==
@name          Twitter Zoom Cursor
@description   Distinguish between images and links on Twitter
@author        chocolateboy
@copyright     chocolateboy
@version       0.0.1
@namespace     https://github.com/chocolateboy/userscripts
@license       GPL: http://www.gnu.org/copyleft/gpl.html
==/UserStyle== */

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

QingJ © 2025

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