MSV Clan Public Ext

Public version of 𝓜sv🏆 Clan Ext by AshZz

// ==UserScript==
// @name        MSV Clan Public Ext
// @namespace    Made by AshZz
// @version      Public 1
// @description  Public version of 𝓜sv🏆 Clan Ext by AshZz
// @author       AshZz
// @match        http://tricksplit.io/
// @grant        none
// ==/UserScript==
window.onload = function() {

    var ctx = document.getElementById("canvas").getContext("2d")

$("h3").replaceWith('<h3 style="color:orange;">𝓜sv🏆</h3>');
$("span").replaceWith('<span class="lbTitle" , style="color:orange;">𝓜sv🏆</span>')
 var mainAd = document.getElementsByClassName("ad")
$(mainAd).remove("#overlays > div.menu > div:nth-child(2) > div.main > div")
     var topAd = document.getElementsByClassName("adLong")
$(topAd).remove("#overlays > div.menu > div.adMiddle > div")
     var adText = document.getElementsByClassName("advText")
$(adText).remove("#overlays > div.menu > div.adMiddle > p")
$(adText).remove("#overlays > div.menu > div:nth-child(2) > div.main > p")
   document.getElementById("nick").placeholder = "A͓̽";
var mainColor =document.getElementsByClassName("main")
document.querySelector('.main').style.backgroundColor = '#ffa5007a';
    document.querySelector('.serversPanel').style.backgroundColor = '#ffa5007a';
    document.querySelector('.socialPanel').style.backgroundColor = '#ffa5007a';
    var referralPanel =document.getElementsByClassName('referralPanel')
$(referralPanel).remove("#overlays > div.menu > div:nth-child(3) > div:nth-child(3)")
    document.querySelector('.skinPanel').style.backgroundColor = '#ffa5007a';
    document.querySelector('.account').style.backgroundColor = '#ffa5007a';
var mySocials = document.getElementsByClassName('socialPanel');
mySocials[2].innerHTML = '"<a href="https://www.facebook.com/Cellzio-212619392658971/" target="_blank" class="social"><i class="fab fa-facebook-square"></i></a><a href="https://twitter.com/AshZz19" target="_blank" class="social"><i class="fab fa-twitter-square"></i>	</a><a href="https://discord.gg/pNX9xz2" target="_blank" class="social"><i class="fab fa-discord"></i>	</a><a href="/blog" target="_blank" class="social"><i class="fab fa-blogger"></i>	</a>"';
}