FPS BOOSTER

Sploop.io Fps booster removes useless buttons and others to fps better :)

// ==UserScript==
// @name         FPS BOOSTER
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  Sploop.io Fps booster removes useless buttons and others to fps better :)
// @author       You
// @match        https://sploop.io/
// @icon         https://www.google.com/s2/favicons?sz=64&domain=sploop.io
// @grant        none
// ==/UserScript==

document.getElementById('google_play').remove();
document.getElementById('skin-message').remove();
document.getElementById('alsoTryLink').remove();
document.getElementById('cross-promo').remove();
document.getElementById('shop-message').remove();
document.getElementById('left-content').remove();
document.getElementById('discord').remove();
document.getElementById('policy').remove();
document.getElementById('logo').remove();
document.getElementById('main-sign-up-button').remove();
document.getElementById('main-login-button').innerHTML = "Account"
document.getElementById('forgot-password').innerHTML = "i Forgot Password :(";
document.getElementById("chat").placeholder = "🛠️FPS BOOST🛠️";
function addRow() {

 const  div = document.getElementById('game-content');

 div.insertAdjacentHTML('afterbegin', '<a style="color: Red; font-size: 30px;" href="https://chrome.google.com/webstore/detail/adguard-adblocker/bgnkhhnnamicmpeenaelnjfhikgbkllg?hl=tr">Add AntiBlock to FPS Boost</a>');

}
addRow();