// ==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=`