Proxy access is one of the defining features of Crafted Gamz. Rather than functioning purely as a game directory, the platform is built so that users can reach the broader open web from within the same environment where they play games, use apps, and manage their desktop. This makes Crafted Gamz especially useful on networks where direct web access is restricted — most notably school and work Chromebook environments — because the proxy layer operates entirely inside the browser without requiring any native software, VPN client, or browser extension.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/itscrafted/crafted-gamz/llms.txt
Use this file to discover all available pages before exploring further.
Supported Proxy Engines
Crafted Gamz supports two proxy engines, giving the platform flexibility and a fallback path if one encounters compatibility issues with a specific site.Ultraviolet
A widely adopted browser-based proxy engine designed for compatibility with a broad range of websites. Ultraviolet handles most standard web content reliably and is a well-established choice in the browser proxy ecosystem.
Scramjet
A newer, actively developed proxy engine that powers the Crafted Gamz service worker. Scramjet handles request routing, response rewriting, and cookie management through an IndexedDB-backed configuration layer, and is the primary engine used in the platform’s service worker implementation.
How It Works
Crafted Gamz uses a service worker (sw.js) registered in the browser to intercept and route outbound requests through the proxy layer. The architecture works as follows:
Service Worker Registration
When you load Crafted Gamz, the browser registers a service worker that positions itself between your tab and the network. All requests that match the proxy routing rules are handled by the worker rather than sent directly to their destination.
Wisp WebSocket Connection
Proxied traffic is tunneled through a Wisp-backed WebSocket connection. Wisp is a lightweight WebSocket-based protocol that allows the proxy to carry full HTTP/S traffic over a single persistent connection, which is how the platform achieves open-web access without native networking APIs.
Scramjet Request Handling
The Scramjet engine rewrites requests and responses in-flight, adjusting headers, URLs, cookies, and content so that the destination site functions correctly inside the proxied environment. The service worker maintains Scramjet’s state in IndexedDB and repairs missing database stores automatically if they become corrupted.
Using the Proxy
The proxy is accessible from both Website mode and Browser mode, each presenting it differently.- Website Mode
- Browser Mode
Website mode includes a dedicated search and proxy section on the main landing page. Enter a URL or search term in the proxy search bar, and the platform routes your request through the proxy engine and loads the result inside the platform view. This is the fastest path to a proxied page if you want to reach a single site without switching to full Browser mode.
Ad Blocking
The Crafted Gamz service worker includes a built-in ad blocker that runs as part of the proxy layer. When a proxied request matches a known ad network pattern, the service worker returns a403 Site Blocked response before the request reaches the network.
The block list covers a wide range of ad networks and tracking endpoints, including:
- Major programmatic ad platforms (Amazon, AppNexus/Xandr, Rubicon/Magnite, PubMatic, Criteo, OpenX, Index Exchange/Casale Media)
- YouTube-specific ad endpoints (video info ad format parameters, stats/ads, and pagead paths)
- Social ad networks (Facebook, Twitter/X, Yahoo)
- Mobile ad SDKs (Unity Ads, AppLovin, Vungle, IronSource, Fyber, Smaato, Tapjoy, AdColony, Chartboost, InMobi, SupersonicAds, StartApp, Airpush)
- Native/content ad networks (Outbrain, Taboola, RevContent, MGID, Zedo)
- Generic path patterns such as
/ads/,/adserver/,/adclick/,/banner_ads/,/sponsored/,/promotions/,/promo/,/affiliates/, and/partnerads/
Server and Region Switching
Browser mode supports server and region switching through the platform’s connection settings. This allows you to change which Wisp backend your proxy traffic routes through, which can be useful for improving performance or accessing region-specific content. Server and region options are accessible from the Browser mode interface without requiring a page reload.The proxy layer in Crafted Gamz relies on a Wisp WebSocket backend to tunnel traffic. The quality and speed of your proxied browsing experience depends on the availability and latency of the connected Wisp server. You can switch servers in Browser mode if you experience performance issues.