Alpine Hack Menu

ad block & big shop & background

Dovrai installare un'estensione come Tampermonkey, Greasemonkey o Violentmonkey per installare questo script.

You will need to install an extension such as Tampermonkey to install this script.

Dovrai installare un'estensione come Tampermonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Userscripts per installare questo script.

Dovrai installare un'estensione come ad esempio Tampermonkey per installare questo script.

Dovrai installare un gestore di script utente per installare questo script.

(Ho già un gestore di script utente, lasciamelo installare!)

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

(Ho già un gestore di stile utente, lasciamelo installare!)

// ==UserScript==
// @name         Alpine Hack Menu
// @namespace    ae86
// @version      1
// @description  ad block & big shop & background
// @author       Alpine A110
// @match       https://sploop.io
// @icon        https://cdn.create.vista.com/api/media/medium/198498842/stock-photo-purple-spiritual-smoke-black-background?token=
// @grant        none
// ==/UserScript==
//SUB TO ALPINE IS LEGIT

//better shop
var trans = document.getElementById('hat-menu');
trans.style.opacity = "0.9";
trans.style.filter = 'alpha(opacity=90)';
trans.style.width = "500px"
trans.style.height = "700px"
window.alert = function() {};
//better shop

document.getElementById("homepage").style.backgroundImage = "url('https://media.discordapp.net/attachments/946130464211628032/962697597494120478/standard.gif')";//link for bacground

//adblock
document.getElementById('game-right-main').style = "display:none;"
document.getElementById('logo').style = "display:none;"
document.getElementById('da-bottom').style = "display:none;"
document.getElementById('bottom-content').style = "display:none;"
document.getElementById('da-left').style = "display:none;"
document.getElementById('game-left-main').style = "display:none;"
document.getElementById('left-content').style = "display:none;"
document.getElementById('alsoTryLink').style = "display:none;"
document.getElementById('right-content').style = "display:none;"
document.getElementById('cross-promo').style = "display:none;"
document.getElementById('google_play').style = "display:none;"
document.getElementById('iogames').style = "display:none;"
//adblock