Sic 'Em 365 - Signature Seperator

Add separator line between post body and signature of post

目前為 2016-09-29 提交的版本,檢視 最新版本

// ==UserScript==
// @name         Sic 'Em 365 - Signature Seperator
// @version      1.2
// @description  Add separator line between post body and signature of post
// @author       trumpetbear
// @match        *://sicem365.com/forums/1/topics*
// @match        *://sicem365.com/forums/2/topics*
// @match        *://sicem365.com/forums/3/topics*
// @match        *://sicem365.com/forums/4/topics*
// @match        *://sicem365.com/forums/5/topics*
// @match        *://sicem365.com/forums/6/topics*
// @match        *://sicem365.com/forums/7/topics*
// @match        *://sicem365.com/forums/8/topics*
// @match        *://sicem365.com/forums/9/topics*
// @match        *://sicem365.com/forums/10/topics*
// @match        *://sicem365.com/forums/11/topics*
// @match        *://sicem365.com/forums/12/topics*
// @match        *://sicem365.com/forums/13/topics*
// @match        *://sicem365.com/s
// @grant        GM_addStyle
// @namespace https://greasyfork.org/users/66085
// ==/UserScript==

GM_addStyle('.signature { border-top: solid #999 1px; }');