Redirect any URLs to LiveContainer! (iOS <26)
DanielTheManiel
Open with AltStore, SideStore, or TrollStore
From DanielTheManiel's Repo — View Source
Open matching webpages in LiveContainer from Safari on iOS using a lightweight Safari Web Extension. What it does: • Lets you maintain a list of URL or domain patterns (e.g., discord.com/invite, youtube.com). • When a visited page matches, the content script encodes the full URL as Base64 and redirects to: livecontainer://open-web-page?url=<base64> • Manage patterns directly in the extension popup (add, delete, import, export). Using the extension: Important: Sideload with app extensions enabled to use extension! • Add a pattern such as discord.com/invite or just github.com. • Visit a matching page; you should be redirected to the LiveContainer URL. • Import/Export via clipboard (JSON or newline list). The popup performs clipboard reads/writes only on user action.
Manual Redirect Option

