Change color of bar seperating the stickied threads from the normal ones.
当前为
// ==UserScript==
// @name Sic 'Em 365 - Sticky Post Seperator
// @version 1.0
// @description Change color of bar seperating the stickied threads from the normal ones.
// @author trumpetbear
// @match https://sicem365.com/forums/*
// @match http://sicem365.com/forums/*
// @grant GM_addStyle
// @namespace https://greasyfork.org/users/66085
// ==/UserScript==
GM_addStyle('#forums .newTopics { background: #004933 }');