Drawaria Enhanced Ratedrawerbox

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

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Author
YouTubeDrawaria
Daily installs
0
Total installs
12
Ratings
0 0 0
Version
2024-12-28
Created
2024-12-28
Updated
2024-12-28
Size
2.91 KB
License
MIT
Applies to

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.