Open Link in LiveContainer

Opens any link automatically in the iOS-App "LiveContainer".

Aŭtoro
Kilian Kraus
Ĉiutagaj instaloj
0
Tutaj instaloj
1
Ratings
0 0 0
Versio
1.0
Kreita
2025/08/09
Ĝisdatigita
2025/08/09
Size
849 bitokoj
Licenco
MIT
Aplikiĝas al

Open Link in LiveContainer

Version: 1.0

Author: Kilian

License: MIT


Description

This Tampermonkey script automatically opens specific links in the iOS app LiveContainer.
It works by encoding the current URL in Base64 and then redirecting the browser
to the app via the livecontainer:// URL scheme.

Supported Websites

  • YouTube (desktop & mobile)
  • Discord invite links

  • Add websites manually through @match in the header.

How It Works

  1. The script detects when a supported website is visited.
  2. It encodes the current URL to Base64.
  3. It redirects the browser to LiveContainer using window.location.href.

Manual Installation

  1. Install Tampermonkey in your browser.
  2. Create a new userscript and paste the script code into it.
  3. Save, enable – done.

Notes

  • Only works on iOS devices with the LiveContainer app installed.
  • Redirection is automatic – no confirmation required.


© 2025 Kilian – Released under the MIT License.