transparent hat shop + slightly modification

the hat menu will be transperent. Not fully tranparent but you can see trough it better!

اعتبارا من 05-04-2022. شاهد أحدث إصدار.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

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

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

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

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

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

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.

ستحتاج إلى تثبيت إضافة مثل Stylus لتثبيت هذا النمط.

ستحتاج إلى تثبيت إضافة لإدارة أنماط المستخدم لتتمكن من تثبيت هذا النمط.

ستحتاج إلى تثبيت إضافة لإدارة أنماط المستخدم لتثبيت هذا النمط.

ستحتاج إلى تثبيت إضافة لإدارة أنماط المستخدم لتثبيت هذا النمط.

(لدي بالفعل مثبت أنماط للمستخدم، دعني أقم بتثبيته!)

// ==UserScript==
// @name         transparent hat shop + slightly modification
// @namespace    https://greatest.deepsurf.us/en/users/752105-w4it
// @version      v1
// @description  the hat menu will be transperent. Not fully tranparent but you can see trough it better!
// @author       W4IT
// @match        *://*.sploop.io/*
// @grant        none
// ==/UserScript==

document.getElementById("hat-menu").style.background = "rgba(0,0,0,0)";
document.getElementById("hat-menu").style.border = "none";
document.getElementById("hat-menu").style.padding = "5px";
document.getElementById("hat-menu").style.opacity = "0.7";
document.getElementById("hat_menu_content").style.background = "rgba(0,0,0,0)"