Twitter Zoom Cursor

Distinguish between images and links on Twitter

旧版: v0.0.1 - 2020-10-20 -
新版: v0.0.1 - 2020-10-20 -

  • --- /tmp/diffy20250420-1539103-vx220y 2025-04-20 09:18:26.087023367 +0000
  • +++ /tmp/diffy20250420-1539103-2lhs1s 2025-04-20 09:18:26.087023367 +0000
  • @@ -6,13 +6,14 @@
  • @version 0.0.1
  • @namespace https://github.com/chocolateboy/userscripts
  • @license GPL: http://www.gnu.org/copyleft/gpl.html
  • +@inject-into auto
  • ==/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"] {
  • + 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或关注我们的公众号极客氢云获取最新地址