Sic 'Em 365 - Sticky Post Separator

Change color of bar separating the stickied threads from the normal ones for easier visibility.

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

// ==UserScript==
// @name         Sic 'Em 365 - Sticky Post Separator
// @version      1.1
// @description  Change color of bar separating the stickied threads from the normal ones for easier visibility.
// @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 }');