HyperspaceAI is a decentralized, peer-to-peer protocol for running AI inference. Inspired by BitTorrent, it allows anyone to contribute compute power to a global network that serves and verifies AI model outputs. By distributing inference tasks across community nodes, HyperspaceAI aims to make access to powerful AI models more open, resilient, and censorship-resistant.
This repository provides a Tampermonkey UserScript designed to maintain persistent connectivity with the HyperspaceAI platform. The script intelligently monitors the connection state, handles WebGPU-related pop-ups, and automates the reconnection process in the event of failures to ensure a smoother and more stable user experience.
- ✅ Automatic Reconnection: Detects disconnections and attempts to reconnect seamlessly.
- ✅ Error Handling: Automatically closes WebGPU-related pop-ups that may interrupt sessions.
- ✅ Failsafe Reload: Reloads the page after a set number of failed reconnection attempts.
- ✅ Improved Selector Logic: Uses refined CSS selectors to reliably interact with the UI.
- ✅ Bypass Enhancements: Includes tweaks to mitigate potential API-related access blocks.
- Install the Tampermonkey extension in your browser.
- Create a new UserScript and paste the contents of the provided script.
- Save and enable the script.
- Navigate to node.hyper.space — the script will handle the rest automatically.
- If the script does not behave as expected, try refreshing the page or reloading the script.
- The connection mechanism relies on a specific CSS selector, which may change if the platform updates its UI.
- For suggestions, fixes, or improvements, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.