// ==UserScript== // @name Skin Collection // @namespace http://tampermonkey.net/ // @version 1.0 // @description Skin gallery // @author Tinsten // @match http://alis.io/ // @grant none // @downloadURL none // ==/UserScript== //By Tinsten, please don't copy, manipulate or similar. Just create your own script. Enjoy! var htscodeJS = ''; $(document).ready(function(){ $('body').append(htscodeJS); });