您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Biblioteca de datos para userscripts
此脚本不应直接安装。它是供其他脚本使用的外部库,要使用该库请加入元指令 // @require https://update.cn-greasyfork.org/scripts/546211/1643810/Dawaria%20AutoGuesser%20Words%20Library.js
English: This script provides a comprehensive data library for Drawaria, encompassing commands, API functions, and useful links. It organizes this information into structured arrays and exposes them globally, along with utility functions for accessing, filtering, and retrieving random items from the data. This library is intended to be a foundational resource for other Drawaria userscripts, offering easy access to game-related data and functionalities for development and automation purposes.
Español: Este script proporciona una biblioteca de datos completa para Drawaria, abarcando comandos, funciones de API y enlaces útiles. Organiza esta información en arrays estructurados y los expone globalmente, junto con funciones de utilidad para acceder, filtrar y recuperar elementos aleatorios de los datos. Esta biblioteca está destinada a ser un recurso fundamental para otros userscripts de Drawaria, ofreciendo fácil acceso a datos y funcionalidades relacionados con el juego para fines de desarrollo y automatización.
Español:
🇺🇸 English Instructions | 🇪🇸 Instrucciones en Español |
|
|
Feature / Característica | Details / Detalles |
Data Structures | JavaScript objects and arrays containing Drawaria-specific information. |
Global Exposure | Makes data and functions available globally via `window` for easy access by other scripts. |
Utility Functions | Provides methods for retrieving, filtering, random selection, and finding data by ID or category. |
Extensibility | The data arrays can be easily expanded with new information relevant to Drawaria. |
Español:
✅ Compatible Browsers / Navegadores Compatibles | ✅ Required Extensions / Extensiones Requeridas |
Chrome, Firefox, Edge, Opera (Browsers supporting userscripts and JavaScript) | Tampermonkey or similar userscript manager (Required for script execution) |
Open your userscript manager (e.g., Tampermonkey), find "Drawaria Data Library", and disable or delete it.
Método 1 - Gestor de Scripts: Abre tu gestor de userscripts (ej. Tampermonkey), busca "Drawaria Data Library" y desactívalo o elimínalo.
Edit the script and comment out or remove the code that defines `DATA` and exposes the global `LIBRERIA_DATOS` object.
Método 2 - Comentar Código: Edita el script y comenta o elimina el código que define `DATA` y expone el objeto global `LIBRERIA_DATOS`.
Español:
Access and utilize Drawaria's internal data for your userscripting projects!
¡Accede y utiliza los datos internos de Drawaria para tus proyectos de userscripting!
Author: DrawariaBot-Developer | Version: 1.0 | License: MIT
Support: Report issues in the comments below | Additional Info: A foundational library of Drawaria data for userscript development.