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");