Disables the highlighting of backer comments on the Noob-club forum
当前为
// ==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");