Sic 'Em 365 - Sticky Post Seperator

Change color of bar seperating the stickied threads from the normal ones.

当前为 2016-09-14 提交的版本,查看 最新版本

// ==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 }');