arras.io | Dark Mode | BROKEN

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

当前为 2025-03-03 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name arras.io | Dark Mode | BROKEN
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.3.3
  5. // @description Reworked interface, dark and with more details. \nAfter an unknown update, the script no longer works.
  6. // @author VinnyR
  7. // @match https://*arras.io/*
  8. // @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
  9. // @grant none
  10. // ==/UserScript==
  11.  
  12.  
  13. document.getElementsByTagName('h1')[0].style.textShadow = 'White 0px 0px 7px';
  14. document.body.style.backgroundColor = 'Black';
  15.  
  16.  
  17. document.getElementById('optName').style.backgroundColor = '#1b1b1b';
  18. document.getElementById('optName').style.color = '#8abc3f';
  19. document.getElementById('optName').style.borderColor = '#8abc3f';
  20. document.getElementById('optName').style.borderWidth = '2px';
  21. document.getElementById('optName').style.textShadow = '#81AD41 0px 0px 4px';
  22.  
  23.  
  24. document.getElementsByTagName('h1')[0].style.color = 'White';
  25.  
  26.  
  27. document.getElementsByTagName('table')[0].style.backgroundColor = '#1b1b1b';
  28.  
  29.  
  30. document.getElementById('canvas').style.backgroundColor = '#080808';
  31.  
  32.  
  33. document.getElementsByClassName('startMenu')[0].style.backgroundColor = '#1b1b1b';
  34.  
  35.  
  36. document.getElementById("startButton").style.borderBottom = '3px solid #62852d';
  37. document.getElementById("startButton").style.color = 'Black';
  38. document.getElementById("startButton").style.backgroundColor = '#8abc3f';
  39.  
  40.  
  41. document.getElementById('patchNotes').style.background = '#8abc3f';
  42. document.getElementById('patchNotes').style.borderRadius = '0px';
  43. document.getElementById('patchNotes').style.backgroundColor = '#1b1b1b';
  44. document.getElementById('patchNotes').style.color = '#8abc3f';
  45.  
  46.  
  47. var separ = document.createElement('div');
  48. document.getElementsByClassName('startMenu')[0].appendChild(separ);
  49. separ.style.position = 'relative';
  50. separ.style.left = '-369px';
  51. separ.style.borderLeft = '4px solid #171717';
  52.  
  53.  
  54. document.getElementsByClassName('serverSelector')[0].style.padding = '0px';
  55. document.getElementsByClassName('serverSelector')[0].style.borderRadius = '5px';
  56. document.getElementsByClassName('serverSelector')[0].style.border = '2px solid #8abc3f';
  57.  
  58.  
  59. document.getElementsByClassName('shadowScroll')[0].style.backgroundColor = '#1b1b1b';
  60. document.getElementsByClassName('shadowScroll')[0].style.background = '#1b1b1b';

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址