Skip to content

devxoshakya/aifiesta-unlimited-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Aifiesta Unlimited Chat

A Chrome extension that removes chat limits on Aifiesta AI by blocking message count tracking requests.

🌟 Features

  • Unlimited Conversations: Bypass chat message limits on Aifiesta AI
  • Lightweight: Minimal impact on browser performance
  • Privacy-Focused: Only blocks specific tracking requests, doesn't collect data
  • Easy Installation: Simple one-time setup

🔧 How It Works

This extension uses Chrome's Declarative Net Request API to block requests to api-v2.aifiesta.ai/api/chat/message-count, which tracks your message usage. By preventing these requests from reaching the server, the chat interface continues to function without enforcing message limits.

📦 Installation

Method 1: Developer Mode (Recommended)

  1. Download or clone this repository
  2. Open Chrome and navigate to chrome://extensions/
  3. Enable "Developer mode" in the top right corner
  4. Click "Load unpacked" and select the extension folder
  5. The extension will be installed and active immediately

Method 2: Chrome Web Store

Note: This extension may not be available on the Chrome Web Store due to policy restrictions.

🚀 Usage

  1. Install the extension following the instructions above
  2. Navigate to Aifiesta AI
  3. Start chatting without worrying about message limits!
  4. The extension works automatically in the background

📁 Project Structure

aifiesta-unlimited-chat/
├── manifest.json    # Extension configuration
├── rules.json       # Network request blocking rules
└── README.md        # This file

🛠️ Technical Details

Manifest Version

  • Uses Manifest V3 for modern Chrome extensions
  • Requires declarativeNetRequest permission
  • Scoped to https://api-v2.aifiesta.ai/*

Blocking Rules

The extension blocks:

  • URL Pattern: api-v2.aifiesta.ai/api/chat/message-count
  • Resource Type: XMLHttpRequest (AJAX calls)
  • Action: Block request

⚖️ Legal Disclaimer

This extension is for educational purposes only. Users are responsible for ensuring their usage complies with Aifiesta AI's Terms of Service. The developers of this extension are not responsible for any violations of service terms or potential account restrictions.

🔒 Privacy

This extension:

  • ✅ Only blocks specific tracking requests
  • ✅ Does not collect or transmit any user data
  • ✅ Does not modify page content
  • ✅ Works entirely locally in your browser

🐛 Troubleshooting

Extension Not Working?

  1. Ensure Developer Mode is enabled in Chrome
  2. Check that the extension is enabled in chrome://extensions/
  3. Refresh the Aifiesta AI website
  4. Clear browser cache if needed

Still Seeing Message Limits?

  1. Open Chrome DevTools (F12)
  2. Go to Network tab
  3. Look for blocked requests to message-count
  4. If requests aren't being blocked, try reinstalling the extension

🤝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

📄 License

This project is open source and available under the MIT License.

⚠️ Disclaimer

This tool is provided as-is for educational purposes. Use responsibly and in accordance with applicable terms of service and laws.


Note: This extension modifies network requests to bypass intended limitations. Use at your own discretion and risk.

About

[Patched] A Chrome extension that removes chat limits on Aifiesta AI by blocking message count tracking requests.

Resources

Stars

47 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors