你正在訪問的內容是外部程式的映像位址,僅用於使用者加速訪問,本站無法保證其可靠性。當前的連結位址(單點即可複製)為 https://greasyfork.org.cn/zh-CN/scripts/547244-agebypassx-webpack-edition,源站連結 點此以跳轉

AgebypassX – Webpack Edition

Modern age bypass for X.com using webpack chunk interception


點此查看下載連結位址https://update.greasyfork.org.cn/scripts/547244/AgebypassX%20%E2%80%93%20Webpack%20Edition.user.js

安装此脚本?
访问作者的支持站点提供反馈或发表评价,或举报此脚本
作者
Saganaki22
日安装量
20
总安装量
1,583
评分
4 0 2
版本
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:

Your privacy stays protected. 🛡️


📸 How It Works v2.0.0

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

Enhanced Tooltip (hover over dot):

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

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:


🧑‍💻 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

v1.2 - Enhanced Edition

v1.1 - Reliability Update

v1.0 - Original