Open Link in LiveContainer

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

Dovrai installare un'estensione come Tampermonkey, Greasemonkey o Violentmonkey per installare questo script.

You will need to install an extension such as Tampermonkey to install this script.

Dovrai installare un'estensione come Tampermonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Userscripts per installare questo script.

Dovrai installare un'estensione come ad esempio Tampermonkey per installare questo script.

Dovrai installare un gestore di script utente per installare questo script.

(Ho già un gestore di script utente, lasciamelo installare!)

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

(Ho già un gestore di stile utente, lasciamelo installare!)

Autore
Kilian Kraus
Installazioni giornaliere
0
Installazioni totali
33
Valutazione
0 0 0
Versione
1.0
Creato il
09/08/2025
Aggiornato il
09/08/2025
Dimensione
849 Byte
Licenza
MIT
Applica a

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.