Drawaria Enhanced Ratedrawerbox

Mantiene el elemento #ratedrawerbox siempre visible, activo y clickeable, incluso si estás prohibido de dibujar, y permite su reutilización

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

作者
YouTubeDrawaria
今日安裝
0
安裝總數
12
評價
0 0 0
版本
2024-12-28
建立日期
2024-12-28
更新日期
2024-12-28
尺寸
2.9 KB
授權條款
MIT
腳本執行於

This script ensures that the `#ratedrawerbox` element on the Drawaria website remains **always visible, active, and clickable**, even if the user is prohibited from drawing. It also allows the `ratedrawerbox` to be reused. Here’s a brief breakdown of its functionality:

1. **Visibility and Activity**:
- The script ensures the `#ratedrawerbox` is always displayed (`display: block`), visible (`visibility: visible`), and interactive (`pointer-events: auto`).

2. **Button Interception**:
- It intercepts the `.ratedrawerbox-button` click event to force the use of the `ratedrawerbox` functionality, even if the user is restricted from drawing.
- After triggering the `ratedrawerbox`, it resets its state to ensure it remains usable.

3. **DOM Monitoring**:
- A `MutationObserver` monitors the DOM for changes to ensure the `ratedrawerbox` stays visible and active.
- An interval is also set to periodically check and maintain the `ratedrawerbox` functionality.

### Purpose:
This script is designed to **bypass restrictions** on the `ratedrawerbox` element, ensuring users can always interact with it, regardless of their drawing permissions. It’s useful for maintaining access to rating or drawing-related features on the site.