arras.io | Dark Mode | BROKEN

Reworked interface, dark and with more details. \nAfter an unknown update, the script no longer works.

2025-03-03 기준 버전입니다. 최신 버전을 확인하세요.

이 스크립트를 설치하려면 Tampermonkey, Greasemonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

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

이 스크립트를 설치하려면 Tampermonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Userscripts와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 유저 스크립트 관리자 확장 프로그램이 필요합니다.

(이미 유저 스크립트 관리자가 설치되어 있습니다. 설치를 진행합니다!)

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

(이미 유저 스타일 관리자가 설치되어 있습니다. 설치를 진행합니다!)

// ==UserScript==
// @name         arras.io | Dark Mode | BROKEN 
// @namespace    http://tampermonkey.net/
// @version      0.3.3
// @description  Reworked interface, dark and with more details. \nAfter an unknown update, the script no longer works.
// @author       VinnyR
// @match        https://*arras.io/*
// @icon         data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// @grant        none
// ==/UserScript==


document.getElementsByTagName('h1')[0].style.textShadow = 'White 0px 0px 7px';
document.body.style.backgroundColor = 'Black';


document.getElementById('optName').style.backgroundColor = '#1b1b1b';
document.getElementById('optName').style.color = '#8abc3f';
document.getElementById('optName').style.borderColor = '#8abc3f';
document.getElementById('optName').style.borderWidth = '2px';
document.getElementById('optName').style.textShadow = '#81AD41 0px 0px 4px';


document.getElementsByTagName('h1')[0].style.color = 'White';


document.getElementsByTagName('table')[0].style.backgroundColor = '#1b1b1b';


document.getElementById('canvas').style.backgroundColor = '#080808';


document.getElementsByClassName('startMenu')[0].style.backgroundColor = '#1b1b1b';


document.getElementById("startButton").style.borderBottom = '3px solid #62852d';
document.getElementById("startButton").style.color = 'Black';
document.getElementById("startButton").style.backgroundColor = '#8abc3f';


document.getElementById('patchNotes').style.background = '#8abc3f';
document.getElementById('patchNotes').style.borderRadius = '0px';
document.getElementById('patchNotes').style.backgroundColor = '#1b1b1b';
document.getElementById('patchNotes').style.color = '#8abc3f';


var separ = document.createElement('div');
document.getElementsByClassName('startMenu')[0].appendChild(separ);
separ.style.position = 'relative';
separ.style.left = '-369px';
separ.style.borderLeft = '4px solid #171717';


document.getElementsByClassName('serverSelector')[0].style.padding = '0px';
document.getElementsByClassName('serverSelector')[0].style.borderRadius = '5px';
document.getElementsByClassName('serverSelector')[0].style.border = '2px solid #8abc3f';


document.getElementsByClassName('shadowScroll')[0].style.backgroundColor = '#1b1b1b';
document.getElementsByClassName('shadowScroll')[0].style.background = '#1b1b1b';