holla.world Gender Auto Skipper Interceptor, Almost Free Plus

Clicks NEXT button when match_with_gender is not F & handles main-bottom logic, chimes on F, auto-sends message

作者
bobs5465
今日安裝
0
安裝總數
0
評價
0 0 0
版本
2025-06-26
建立日期
2025-06-26
更新日期
2025-06-26
尺寸
7.8 KB
授權條款
Apache-2.0
腳本執行於

💃 holla.world Gender Auto Skipper Interceptor, Almost Free Plus

Tampermonkey script for holla.world that helps you automatically skip non-female matches, alert on female matches, and auto-send a greeting. It enhances the user experience by automating tedious steps and adding smart interactions.


✨ Features

  • Skips non-Female matches (match_with_gender !== "F")
  • 🔔 Plays a chime when a female match is detected
  • 💬 Automatically sends a predefined message when connected
  • ⏭️ Handles .main-bottom button logic with fallbacks and delays
  • ⌨️ Pressing ESC will manually trigger .main-bottom click
  • 👀 Observes DOM changes for dynamic button appearance

🛠 Configuration

You can customize the predefined message in the script:

const predefinedMessage = "Hi there! 😊";

Feel free to change it to anything you like.


📦 How It Works

  • Intercepts fetch and XMLHttpRequest calls to detect when a new match starts.
  • Parses gender info from the API response.
  • If it's a female ("F"), plays a short audio chime and tries to send a message.
  • If it's not a female, it clicks the "NEXT" button automatically.
  • If the .main-bottom button appears after 5 seconds, it clicks it too.

⌨️ Hotkeys

  • ESC – Manually triggers the .main-bottom button click.

⚠️ Notes

  • This script relies on the structure of https://apiv2.getchacha.com/api/MatchRoom/startOfMatch API responses. If HOLLA changes their backend or DOM layout, you may need to update selectors or logic.
  • This script is intended for personal use, educational purposes, or for making repetitive tasks easier.

🧩 Requirements


👤 Author

Made by Bob