🔄 Drawaria Auto-Reject Friend Requests
🎯 What does this script do? / ¿Qué hace este script?
English: Automatically rejects ALL incoming friend requests on Drawaria.online in real-time
Español: Rechaza automáticamente TODAS las solicitudes de amistad entrantes en Drawaria.online en tiempo real
🚀 Features / Características
✅ Core Features
- Real-time detection - Uses MutationObserver to instantly detect new requests
- Smart processing - Avoids processing the same request multiple times
- Console logging - Detailed logs for debugging and monitoring
- Zero configuration - Works immediately after installation
Español:
- Detección en tiempo real - Usa MutationObserver para detectar instantly nuevas solicitudes
- Procesamiento inteligente - Evita procesar la misma solicitud múltiples veces
- Registro en consola - Logs detallados para depuración y monitoreo
- Cero configuración - Funciona inmediatamente después de la instalación
📥 Installation / Instalación
🇺🇸 English Instructions | 🇪🇸 Instrucciones en Español |
- Install Tampermonkey extension
- Click "Install this script" button
- Go to drawaria.online
- The script runs automatically
- Check browser console for logs
| - Instala la extensión Tampermonkey
- Haz clic en "Instalar este script"
- Ve a drawaria.online
- El script funciona automáticamente
- Revisa la consola del navegador para logs
|
⚙️ How it Works / Cómo Funciona
🔍 Technical Details
💻 Script Behavior
1. Monitors: #friends-tabrequests .content
2. Detects: .tabrow.incoming elements
3. Clicks: .buttons .secondary (Reject button)
4. Result: Friend request rejected ❌
English: The script continuously monitors the friends panel for new incoming requests and automatically clicks the reject button for each one.
Español: El script monitorea continuamente el panel de amigos en busca de nuevas solicitudes entrantes y hace clic automáticamente en el botón de rechazar para cada una.
🎮 Usage / Uso
- 🔵 Step 1: Install the script and visit drawaria.online
Paso 1: Instala el script y visita drawaria.online - 🟣 Step 2: The script works automatically in the background
Paso 2: El script funciona automáticamente en segundo plano - 🟢 Step 3: All friend requests will be rejected instantly
Paso 3: Todas las solicitudes de amistad serán rechazadas al instante
⚠️ Important Warnings / Advertencias Importantes
⚠️ READ BEFORE INSTALLING
- 🚨 This script rejects ALL friend requests automatically
- 🚨 You will NOT receive any friend requests while active
- 🚨 Disable the script if you want to accept friends
- 🚨 No undo function - rejected requests cannot be recovered
Español:
- 🚨 Este script rechaza TODAS las solicitudes de amistad automáticamente
- 🚨 NO recibirás ninguna solicitud de amistad mientras esté activo
- 🚨 Desactiva el script si quieres aceptar amigos
- 🚨 Sin función de deshacer - las solicitudes rechazadas no se pueden recuperar
🔧 Troubleshooting / Solución de Problemas
✅ Script Working: Check browser console for rejection logs
✅ Script Funcionando: Revisa la consola del navegador para logs de rechazo
⚠️ Not Working: Refresh the page and check if Tampermonkey is enabled
⚠️ No Funciona: Actualiza la página y verifica si Tampermonkey está habilitado
❌ Errors: Open browser console (F12) and report any error messages
❌ Errores: Abre la consola del navegador (F12) y reporta cualquier mensaje de error
📊 Compatibility / Compatibilidad
✅ Compatible Browsers | ✅ Navegadores Compatibles |
Chrome, Firefox, Edge, Safari (with Tampermonkey extension) | Chrome, Firefox, Edge, Safari (con extensión Tampermonkey) |
💡 Console Commands / Comandos de Consola
🔧 Debug Commands
// Check if script is loaded
console.log('Drawaria Auto-Reject Active');
// Monitor friend request container
document.querySelector('#friends-tabrequests .content')
📋 How to Disable / Cómo Desactivar
🔄 To Accept Friends Again / Para Aceptar Amigos Nuevamente
English: Go to Tampermonkey dashboard → Find "Drawaria Auto-Reject" → Toggle OFF
Español: Ve al panel de Tampermonkey → Busca "Drawaria Auto-Reject" → Desactiva
🎉 Ready to Use! / ¡Listo para Usar!
Install and let the script handle all friend requests automatically
Instala y deja que el script maneje todas las solicitudes de amistad automáticamente
Author: YouTubeDrawaria | Version: 1.0 | License: MIT
Support: Report issues in the comments below