Веб-версия PyQt плагина для Game Jolt. Эмулирует браузер, bypass protections, full-screen iframe для gamejolt.com. Поддержка расширений, тем, API data extraction.
- Proxy Iframe (bypass XFO/CSP) для https://gamejolt.com/ (full auth/games).
- Advanced Spoof: Canvas/WebGL/Navigator (anti-CreepJS).
- Data Extraction: API games/trophies + reports (logs/toasts).
- Extensions: Drag-drop CRX/XPI + inject.
- Themes: Dynamic CSS vars + iframe sync.
- CI/CD: Auto-proxy/build/deploy, lib updates.
- Fork/Clone this repo.
- Enable GitHub Pages (Actions).
- Visit https://.github.io/gamejolt-fix-web.
- Clone & bundle install.
- Add Secrets: GAMEJOLT_TOKEN.
- Push to main → auto-deploy.
- Local: bundle exec jekyll serve.
- Full-screen Game Jolt iframe with client emulation (fingerprint spoof, CSP bypass).
- Extension manager (drag-drop CRX/XPI).
- Themes (Dark/Light via CSS vars).
- Data extraction: Games, user trophies via Game Jolt API.
- Auto-updates via GitHub Actions.
Actions fetch GameJolt via proxy API (no 403). For Google: Spoof UA in fetch.
Edit _config.yml for Jekyll themes/plugins. Add secrets for API.
bundle install(Jekyll).bundle exec jekyll serve(local: http://localhost:4000).- Edit _config.yml для YAML configs.
- Test: curl -H "X-Proxy: gamejolt" https://.github.io/proxy/games.
- Push to main for auto-deploy.
License: MIT