NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name PcMasterRace_Gloria // @version 0.2 // @description An awesome little cutie addon for pcmasterrace forums. // @namespace MatthewAllen // @require http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js // @match http://www.pcmasterrace.net/* // @copyright 2014+, Terrii // ==/UserScript== var $div = $("<div id='gmSomeID' style='width:100px;height:150px;left:0;bottom:0;position:fixed;background-image:url(\"http://www.pcmasterrace.net/gloria.png\");background-size:100%;'></div>").appendTo('body'); $div.attr('id', 'holdy');