Remove background highlighting of Noob-club backer comments

Disables the highlighting of backer comments on the Noob-club forum

目前为 2023-07-28 提交的版本。查看 最新版本

// ==UserScript==
// @name     Remove background highlighting of Noob-club backer comments
// @description     Disables the highlighting of backer comments on the Noob-club forum
// @version  20230728.1
// @license MIT
// @match    https://www.noob-club.ru/index.php?topic=*
// @namespace noob-club
// ==/UserScript==

let backer = document.querySelector('div.i_am_backer');
backer.removeAttribute("style");

QingJ © 2025

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