AgebypassX – Webpack Edition

Modern age bypass for X.com using webpack chunk interception

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Greasemonkey lub Violentmonkey.

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

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Violentmonkey.

Aby zainstalować ten skrypt, wymagana będzie instalacja rozszerzenia Tampermonkey lub Userscripts.

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

Aby zainstalować ten skrypt, musisz zainstalować rozszerzenie menedżera skryptów użytkownika.

(Mam już menedżera skryptów użytkownika, pozwól mi to zainstalować!)

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.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Musisz zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

(Mam już menedżera stylów użytkownika, pozwól mi to zainstalować!)

Autor
Saganaki22
Dziennych instalacji
13
Wszystkich instalacji
4 292
Oceny
10 0 3
Wersja
2.1.0
Utworzono
25-08-2025
Zaktualizowano
12-02-2026
Rozmiar
6,33 KB
Licencja
MIT
Dotyczy

🛡️ AgebypassX – Webpack Edition 2.1.0

Bypass Twitter/X's age restrictions and unlock sensitive media — all without compromising your privacy.

AgebypassX v2.0.0 uses modern webpack chunk interception to work with X.com's latest architecture. It works 100% locally in your browser, doesn't collect data, send requests to external servers, or modify your account.
Your browsing experience remains fully private.


🚀 Quick Setup Guide (Recommended)

  1. Install Tampermonkey (if not already installed).
  2. Install the AgebypassX userscript.
  3. Reopen X/Twitter — the green indicator dot should appear if everything is set up correctly. ✅

🔒 Privacy Matters

Unlike other bypass scripts, AgebypassX:

  • Does NOT send your data anywhere.
  • Does NOT modify your account or cookies.
  • Does NOT include analytics, ads, or tracking.
  • Everything runs locally via Tampermonkey.

Your privacy stays protected. 🛡️


📸 How It Works v2.0.0

Once installed, a small animated dot appears at the top-right of the page:

  • 🟠 Orange Dot (Pulsing) → Script is initializing and searching for webpack chunks
  • 🟢 Green Dot → Script is active and successfully patched sensitive media settings ✅
  • 🔴 Red Dot → Failed to hook webpack or find sensitive media modules ❌

Enhanced Tooltip (hover over dot):

  • Shows AgebypassX v2.0.0 version info
  • Status: Active/Failed with detailed reason
  • Webpack: Hook status (Hooked/Not hooked)
  • Intercepts: Number of webpack chunks intercepted
  • Patches: Number of successful patches applied
  • Last: Timestamp of most recent patch

Debug Console (for troubleshooting):

// Enable debug logging
window.AgebypassX.config.debug = true;

// Check current status
window.AgebypassX.state;

// Force webpack re-check
window.AgebypassX.forceWebpackCheck();

🛠️ Troubleshooting v2.0.0

Basic Issues

  • If the indicator dot is red, reload the page and check console for errors
  • Ensure Tampermonkey is enabled and script is active
  • Use a VPN and set your location outside of the UK
  • Make sure your DNS is handled by the VPN — avoid UK-based DNS
  • Clear your cookies and log out of your X/Twitter session before enabling the script
  • Tested only on Chromium-based browsers — other browsers may not work

Advanced Debugging (v1.3.0)

  1. Enable Debug Mode:

    // In browser console on X.com
    window.AgebypassX.config.debug = true;
    
  2. Check Status:

    // View detailed status
    console.log(window.AgebypassX.state);
    
  3. Common Issues:

    • "Webpack: Not hooked" → X.com's webpack chunks not found (try refreshing)
    • "Intercepts: 0" → No webpack chunks being loaded (check if logged in)
    • "Patches: 0" → Sensitive media modules not found (X.com may have changed structure)
  4. Force Re-check:

    // Manually trigger webpack hook attempt
    window.AgebypassX.forceWebpackCheck();
    

Reporting Issues

For bug reports, open a GitHub issue and include:

  • Browser version and type
  • Console error messages (with debug enabled)
  • Screenshot of status tooltip

🧑‍💻 Source Code

Open-source and fully transparent:
🔗 https://github.com/Saganaki22/AgebypassX


📜 License

Licensed under the MIT License.
Free to audit, fork, and improve.


⭐ Support

💡 Have feedback, feature requests, or just want to support the project?
Visit the GitHub repository:
🔗 https://github.com/Saganaki22/AgebypassX


🔄 Version History

v1.3.0 (Latest) - Webpack Edition

  • 🆕 Modern Architecture: Completely rewritten to use webpack chunk interception
  • 🎯 Enhanced Detection: Targets SensitiveMediaSettingsQuery and related modules
  • 📊 Advanced Status: Detailed statistics, debug API, and enhanced tooltips
  • 🔧 Multiple Fallbacks: Network request hooking and GraphQL query interception
  • 🎨 Better UI: Animated status indicator with rich hover information
  • 🐛 Improved Debugging: Console API and comprehensive error reporting

v1.2 - Enhanced Edition

  • Configuration system and state management
  • Multiple patching strategies and UI improvements
  • Privacy warning removal and SPA navigation handling

v1.1 - Reliability Update

  • Added fallback methods and enhanced error handling
  • Multiple patch targets for better coverage

v1.0 - Original

  • Basic age bypass functionality with simple status indicator