Sic 'Em 365 - Signature Seperator

Add separator line between post body and signature of post

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

// ==UserScript==
// @name         Sic 'Em 365 - Signature Seperator
// @version      1.1
// @description  Add separator line between post body and signature of post
// @author       trumpetbear
// @match        https://sicem365.com/*
// @match        http://sicem365.com/*
// @grant        GM_addStyle
// @namespace https://greasyfork.org/users/66085
// ==/UserScript==

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