Alpine Hack Menu

ad block & big shop & background

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Greasemonkey lub Violentmonkey.

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

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Violentmonkey.

Aby zainstalować ten skrypt, wymagana będzie instalacja rozszerzenia Tampermonkey lub Userscripts.

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

Aby zainstalować ten skrypt, musisz zainstalować rozszerzenie menedżera skryptów użytkownika.

(Mam już menedżera skryptów użytkownika, pozwól mi to zainstalować!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Musisz zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

(Mam już menedżera stylów użytkownika, pozwól mi to zainstalować!)

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