VeboTok / Galactique-Truqué

// ==UserScript==
// @name		Galactique-Truqué
// @namespace	GT
// @version		1.0
// @author		Virality VeboTok
// @description Solution temporaire permettant de jouer à Galactique-trucker ssur Webidev sans devoir toujours toucher au css !
// @include     *webidev.fr/galactique-truckers*
// @icon		https://image.ibb.co/nuzOZJ/webismile128.png
// @iconURL     https://image.ibb.co/nuzOZJ/webismile128.png
// @copyright   2018, VeboTok (https://openuserjs.org/users/VeboTok)
// @license     MIT
// @require		http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js
// @grant		GM_info
// @grant		GM_setValue
// @grant		GM_getValue
// @grant		GM_deleteValue
// @grant		GM_xmlhttpRequest
// @grant		GM_getResourceURL
// ==/UserScript==
var version = '1.0';
var uw = unsafeWindow || window, $ = uw.jQuery || jQuery, DATA, GM;
// GM-API
GM = (typeof GM_info === 'object');
//
$('#corps').width(850);
$('.sous-menu-content').height('auto');
$('body').append('<div class="WebiSmile" style="position:fixed;width:32px;height:32px;background:url(https://image.ibb.co/gWvGRo/webismall.png);bottom:4px;left:4px;"></div>');