您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Changes the text color of the entire game to the selected color
English: This script adds a dropdown menu to the Drawaria game interface that allows users to change the text color of the entire game. It provides a selection of predefined colors that can be applied globally across various text elements. The script also includes basic language translation for color names and dynamically updates the dropdown based on the user's selected language. This feature allows for a personalized visual experience within the game.
Español: Este script añade un menú desplegable a la interfaz del juego Drawaria que permite a los usuarios cambiar el color del texto de todo el juego. Proporciona una selección de colores predefinidos que se pueden aplicar globalmente en varios elementos de texto. El script también incluye traducción básica de nombres de colores y actualiza dinámicamente el menú desplegable según el idioma seleccionado por el usuario. Esta característica permite una experiencia visual personalizada dentro del juego.
Español:
🇺🇸 English Instructions | 🇪🇸 Instrucciones en Español |
|
|
Feature / Característica | Details / Detalles |
DOM Manipulation | Adds a button and dropdown menu to the existing UI structure of the Drawaria page. |
Event Listeners | Listens for clicks on the button and color options to trigger changes. Also listens for language selector changes. |
Global Style Application | Selects a broad range of elements using `document.querySelectorAll('body, ...')` to apply the chosen text color. |
Localization | Uses a translation object to display color names in the user's selected language. |
Español:
✅ Compatible Browsers / Navegadores Compatibles | ✅ Required Extensions / Extensiones Requeridas |
Chrome, Firefox, Edge, Opera (Browsers supporting userscripts and basic DOM manipulation) | Tampermonkey or similar userscript manager (Required for script execution) |
Open your userscript manager (e.g., Tampermonkey), find "Drawaria Change Text Color to the Game!", and disable or delete it.
Método 1 - Gestor de Scripts: Abre tu gestor de userscripts (ej. Tampermonkey), busca "Drawaria Change Text Color to the Game!" y desactívalo o elimínalo.
You can edit the script and comment out the code that adds the button and applies the color changes.
Método 2 - Comentar Código: Puedes editar el script y comentar el código que añade el botón y aplica los cambios de color.
Español:
Personalize your Drawaria visual experience by easily changing the game's text color!
¡Personaliza tu experiencia visual en Drawaria cambiando fácilmente el color del texto del juego!
Author: YouTubeDrawaria | Version: 0.1 | License: MIT
Support: Report issues in the comments below | Additional Info: Allows users to globally change text colors within the Drawaria game interface.