您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Allows you to select and upload an image from your computer to the chatbox.
English: This script introduces a new "Upload Image" button to the Drawaria chat interface, allowing users to select and upload an image from their computer. Once uploaded, the image is displayed in the chatbox for the user and its URL is sent as a chat message, making it visible to other players. The script handles image uploading to the Drawaria avatar service and then formats the chat message with the image preview and a clickable link.
Español: Este script introduce un nuevo botón "Upload Image" en la interfaz de chat de Drawaria, permitiendo a los usuarios seleccionar y subir una imagen desde su computadora. Una vez subida, la imagen se muestra en el chatbox para el usuario y su URL se envía como un mensaje de chat, haciéndola visible para otros jugadores. El script se encarga de subir la imagen al servicio de avatares de Drawaria y luego formatea el mensaje de chat con la vista previa de la imagen y un enlace clickeable.
Español:
🇺🇸 English Instructions | 🇪🇸 Instrucciones en Español |
|
|
Feature / Característica | Details / Detalles |
DOM Manipulation | Injects a new button into the Drawaria chat UI and manipulates the chatbox to display images. |
File Handling | Uses FileReader API to read image files selected by the user. |
AJAX Upload | Sends image data to Drawaria's backend service using fetch API for avatar upload. |
Socket Emission | Uses the Socket.IO library (assumed global) to emit chat messages containing image URLs. |
Español:
✅ Compatible Browsers / Navegadores Compatibles | ✅ Required Extensions / Extensiones Requeridas |
Chrome, Firefox, Edge, Opera (Browsers supporting userscripts, Fetch API, and File API) | Tampermonkey or similar userscript manager (Required for script execution) |
Open your userscript manager (e.g., Tampermonkey), find "Drawaria Image Chat Importer!", and disable or delete it.
Método 1 - Gestor de Scripts: Abre tu gestor de userscripts (ej. Tampermonkey), busca "Drawaria Image Chat Importer!" y desactívalo o elimínalo.
You can manually remove the `uploadButton` element from the DOM if you temporarily want to disable its functionality without disabling the entire script.
Método 2 - Eliminar Botón: Puedes eliminar manualmente el elemento `uploadButton` del DOM si deseas deshabilitar temporalmente su funcionalidad sin deshabilitar el script completo.
Español:
Share your creations and reactions instantly by uploading images directly to the chat!
¡Comparte tus creaciones y reacciones instantáneamente subiendo imágenes directamente al chat!
Author: YouTubeDrawaria | Version: 1.0 | License: MIT
Support: Report issues in the comments below | Additional Info: Enables image uploading and sharing directly within the Drawaria chat.