MrSpaceTek / HORDES-Tchat

// ==UserScript==
// @name       HORDES-Tchat
// @version    0.28.11
// @grant      unsafeWindow
// @grant      GM_xmlhttpRequest
// @grant      GM.xmlHttpRequest
// @connect    http://www.hordes.fr/
// @license MIT
// @require    https://code.jquery.com/jquery-latest.js
// @require    https://greasemonkey.github.io/gm4-polyfill/gm4-polyfill.js
// ==/UserScript==


$(document).ready(function(){
$( ".sidePanel" ).append('<div><img src="https://image.ibb.co/iCpcfJ/horde.png" style="width:100%;"><iframe src="http://humain.tech/HORDES-RP/TCHAT" style="border-style: dotted;color: brown;position: absolute;transform: translate(-105%, 15%);height: 9em;width:22em;"></iframe></img></div>');});