美卡论坛高亮点赞和回应

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

// ==UserScript==
// @name         美卡论坛高亮点赞和回应
// @version      0.10.0
// @description  高亮美卡论坛帖子的点赞和回应(姚明,troll...)并贴靠到左侧显示,方便爬楼
// @author       [email protected]
// @include      http*://*uscardforum.com/*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=uscardforum.com
// @namespace    https://gf.qytechs.cn/users/767596
// ==/UserScript==

(function () {
	'use strict';

	let style = document.createElement('style');
	document.head.appendChild(style);
	style.sheet.insertRule('.post-controls { display: inline-flex !important; }', 0);
	style.sheet.insertRule('.reactions-counter { color: #39c5bb !important; font-weight: bold !important; }', 1);
})();

QingJ © 2025

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