Sic 'Em 365 - Signature Seperator

Add seperator line between post body and signature of post

// ==UserScript==
// @name         Sic 'Em 365 - Signature Seperator
// @version      1.0
// @description  Add seperator 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; }');