// ==UserScript== // @name Alis.io userscript // @description Add more stuff to alis like Background color changer, emojis to chat, fixed chatbox, ad removal, facebook name removal and more stuff. // @namespace http://tampermonkey.net/ // @version 2.1.6 // @author Credits: Havoc, Sonic.EXE // @match http://alis.io/* // @match *://*.alis.io/* // @run-at document-end // @grant GM_getResourceText // @grant GM_addStyle // @grant GM_xmlhttpRequest // @grant GM_getResourceURL // @grant GM_xmlhttpRequest // @downloadURL https://update.greasyfork.icu/scripts/371461/Alisio%20userscript.user.js // @updateURL https://update.greasyfork.icu/scripts/371461/Alisio%20userscript.meta.js // ==/UserScript== // ==Chat resizing & Ads removal from razor's script & some css stuff== $("#chatroom").css("height", "350px"); $("#chatroom").css("bottom", "30px"); $("#nick").css("border-radius", "5px"); $("#team_name").css("border-radius", "5px"); $("#chatroom").css("border-radius", "5px"); $("#hideui").css("width", "30px"); $("#input_box2").css("border-radius", "5px"); $("head").append(''); $("#input_box2").css("width", "600px"); $("#input_box2").css("margin-left", "-100px"); $("div#coingrid").css("margin-top", "10px"); var newStyleElement = $("head").children(':last'); newStyleElement.html(".msg { color:#FFF; }"); $("div#ad_main").remove(); //Ad remover $("h3.uk-card-title").remove(); //Privacy name (removing facebook name) // ==/== //==Swear word and emoji== var replacement = { 'fuck': 'fuัk', 'shit': 'shัt', 'cunt': 'ัunt', 'script': 'scr๐pt', 'nosx': 'nะพsx', 'color': 'cะพlะพr', 'troll': 'trะพll', 'gaver': 'g๐ver', 'camp': 'cะฐmp', 'alis': 'alัs', 'team': 'teะฐm', '.io': '.ัo', 'bitch': 'bัtch', '/shrug': 'ยฏ\\_(ใ)_/ยฏ', '/lenny': '( อกยฐ อส อกยฐ)', '/love': 'โฅโฟโฅ', '/dance': '~(หโพห~)', '/lol': 'หโอสห', '/nut': 'โโโ โโโ โโโ', '/tableflip': '(โฏยฐโกยฐ๏ผโฏ๏ธต โปโโป', '/dead': '(โโญโฎโ)', '/sweet': '^ฬฎ^', '/fight': '(เธ โขฬ_โขฬ)เธ', '/totem': 'โ_โ', ':smile': '๐', ':sad': '๐ฆ', ':happy': '๐', ':mad': '๐ ', ':angry': '๐ก', ':triumph': '๐ค', ':wow': '๐ฏ', ':cry': '๐ข', ':joy': '๐', ':thinking': '๐ค', ':fku': '๐', ':up': '๐', ':ok': '๐', ':smirk': '๐', ':heart': '๐', ':worried': '๐', ':pensive': '๐', ':sweat': '๐', ':sweatsmile': '๐ ', ':scream': '๐ฑ', ':cool': '๐', ':wink': '๐', ':eyes': '๐', ':clap': '๐', ':wave': '๐', ':facepalm': '๐คฆ', ':less': '๐', ':una': '๐', ':plsno': '๐ฉ', ':cafe': 'โ', ':down': '๐', ':hand': 'โ', ':fingers': 'โ', ':moon': '๐', ':wave': '๐', ':earth': '๐', ':flower': '๐ผ', ':hole': '๐', ':sun': '๐', ':lucky': '๐', ':star': 'โญ', ':rainbow': '๐', ':prize': '๐', ':play': '๐ฎ', ':ice': '๐ฆ', ':milk': '๐ฅ', ':santa': '๐ ', ':music': '๐ต', ':cake': '๐ฐ', ':sing': '๐ค', ':bh': '๐', ':phone': '๐', ':tv': '๐บ', ':poop': '๐ฉ', ':water': '๐ฆ', ':locked': '๐', ':money': '๐ฒ', ':unlocked': '๐', ':nsfw': '๐', ':wc': '๐พ', ':car': '๐', ':bath': '๐', ':donthear': '๐', ':donttalk': '๐', ':dontsee': '๐', ':internet': '๐', ':glass': '๐ถ', ':toilet': '๐ฝ', ':door': '๐ช', ':boy': '๐ง', ':girl': '๐ง', ':police': '๐ฎโโ๏ธ', ':baby': '๐ถ', ':rockmusic': '๐ค', ':anonymous': '๐ค', ':clock': 'โ๏ธ', ':gun': '๐ซ', ':mail': '๐ช', ':goback': '๐', ':tm': 'โข๏ธ', ':copy': 'ยฉ๏ธ ', ':rainflag': '๐ณ๏ธโ๐', ':dead': '๐', ':flag': '๐ณ๏ธ', ':toxic': 'โฃ๏ธ', ':100': '๐ฏ', ':bell': '๐', ':wdym': 'โ๏ธ', ':?': 'โ', ':!': 'โ', ':vs': '๐', ':(': '๐', ':)': '๐', ':D': '๐', ';(': '๐ข', ';)': '๐', '<3': '๐', 'D;': '๐ฉ', 'D:': '๐ฆ', '-_-': '๐', '-,-': '๐', 'B)': '๐', '>(': '๐ก', ':O': '๐ฏ', }; $("#input_box2").on("keyup", function() { var detected = $("#input_box2").val(); for(var found in replacement){ if(replacement.hasOwnProperty(found)){ detected = detected.replace(found,replacement[found]); } } $(this).val(detected); }); // ==/== // ==Unicode emojis== $(`
`).insertBefore("#input_box2"); $('').appendTo('body'); $('#chatboxArea2').css({ "display": 'flex', "flex-direction": 'column'}); var unicodeemojis = ['๐', '๐ฆ','๐','๐ ','๐ก','๐ค','๐ฏ', '๐', '๐ข', '๐','๐ค','๐','๐','๐','๐','๐','๐','โค๏ธ','๐','๐','๐','๐ ','๐ฑ','๐','๐','๐','๐','๐','๐','๐คฆ','๐','๐ฉ','๐','๐','๐ช','๐ฏ','๐','๐','๐','๐ธ','๐ฉ','๐','๐ฃ','๐']; //some little help xd Toxin & zyhn $(document).ready(function() { $('.unicodeemoji').click(function() { $('#input_box2').val($('#input_box2').val() + unicodeemojis[$(this).index()]); document.getElementById("input_box2").focus(); }); }); // ==/== background color changer $(`