Snapchat Web (Snapchat Desktop Application), but in its own window. Stays focused, no scrollbars, auto-refreshes so it doesn't eat your RAM.
- Frameless window loading
web.snapchat.com - Always keeps focus
- Injects CSS to hide ugly scrollbars
- Fetches a fresh user-agent so Snapchat doesn't complain about your browser
- Auto-reloads every 1.5h to prevent slowdown from the memory-hoggy Snapchat web app
sudo pacman -S rust bun webkit2gtk-4.1 gtk3 libsoup3 javascriptcoregtk-4.1 librsvgbun run startCompiles optimized (release + LTO) and launches. Point the window at a different page for debugging: ONSNAP_URL=https://example.com bun run start.
bun run start &
disown./install.shBuilds the release binary and installs a Snapchat launcher in the applications menu.