AgebypassX – Webpack Edition

Modern age bypass for X.com using webpack chunk interception

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

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

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

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

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

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

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

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

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

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

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

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

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

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

作者
Saganaki22
今日安裝
20
安裝總數
718
評價
4 0 1
版本
2.0.0
建立日期
2025-08-25
更新日期
2025-11-02
尺寸
4.1 KB
授權條款
MIT
腳本執行於

🛡️ AgebypassX – Webpack Edition 2.0.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