// ==UserScript== // @name Tostes mods // @namespace http://tampermonkey.net/ // @version 1.0 // @description Custom profile pics & help with every single lesson 😋 // @author GSRHackZ // @match https://www.ixl.com/* // @icon https://image.flaticon.com/icons/svg/972/972217.svg // @grant none // @downloadURL https://update.greasyfork.icu/scripts/463260/Tostes%20mods.user.js // @updateURL https://update.greasyfork.icu/scripts/463260/Tostes%20mods.meta.js // ==/UserScript== const header = document.getElementsByClassName("box-site-nav-func")[0]; const profPics = document.getElementsByClassName("user-avatar") const current=document.getElementsByClassName("user-nav-current-user")[0]; const init=document.getElementsByClassName("lk-profile-settings")[0]; const body = document.body; const testImg = document.createElement("img"); current.style="display:flex;align-items:center;"; body.append(testImg); let imgs = [],img,currentImg; if(localStorage.getItem("imgs")!==null){ imgs = JSON.parse(localStorage.getItem("imgs")); } if(localStorage.getItem("currImg")!==null){ setImg(localStorage.getItem("currImg")); } init.innerText = "Profile, Settings, & Customization"; init.addEventListener("click",function(){ setTimeout(function(){ let imgsBox = document.getElementsByClassName("noborder nobkrnd spacertop")[0]; if(imgs.length>0){ imgsBox.innerHTML=`

IXL ModZ By GSRHackZ


`; imgsBox.style="width:100%;height:auto;padding:5px;padding-top: 25px;text-align:center;" for(let i=0;i` imgDisplay.style=` width:120px; height:120px; border-radius:50%; overflow:hidden; display:flex; align-items:center; justify-content:center; margin:15px; float:left; cursor:pointer; transition:.6s; ` imgsBox.append(imgDisplay) } let imGsr = document.getElementsByClassName("imGsr"); for(let i=0;i0){ this.value=""; } }) inp.addEventListener("focus",function(){ this.style.letterSpacing="1px"; this.style.color="#00affa" this.style.border="1px solid #00affa" this.style.boxShadow=".5px .5px .5px #00affa;" if(!this.value.trim().length>0){ this.value=""; } }) inp.addEventListener("keyup",function(evt){ if(evt.keyCode==13){ if(inp.value.trim().length>0){ img = inp.value; filter(inp,testImg,img); } } }) if(profPics[0]!==undefined){ header.append(inp) } function picked(imgs){ for(let i=0;i { return ` ${method.name} `; }).join(''); } else{ isClicked=false; this.innerText="Help" document.getElementById("box-help").remove(); } }) }