美卡论坛高亮点赞和回应

高亮美卡论坛帖子的点赞和回应(姚明,troll...)并贴靠到左侧显示,方便爬楼

  1. // ==UserScript==
  2. // @name 美卡论坛高亮点赞和回应
  3. // @version 0.10.0
  4. // @description 高亮美卡论坛帖子的点赞和回应(姚明,troll...)并贴靠到左侧显示,方便爬楼
  5. // @author zhangxinyi1719@gmail.com
  6. // @include http*://*uscardforum.com/*
  7. // @icon https://www.google.com/s2/favicons?sz=64&domain=uscardforum.com
  8. // @namespace https://gf.qytechs.cn/users/767596
  9. // ==/UserScript==
  10.  
  11. (function () {
  12. 'use strict';
  13.  
  14. let style = document.createElement('style');
  15. document.head.appendChild(style);
  16. style.sheet.insertRule('.post-controls { display: inline-flex !important; }', 0);
  17. style.sheet.insertRule('.reactions-counter { color: #39c5bb !important; font-weight: bold !important; }', 1);
  18. })();

QingJ © 2025

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