Open Link in LiveContainer

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

作者
Kilian Kraus
今日安裝
0
安裝總數
1
評價
0 0 0
版本
1.0
建立日期
2025-08-09
更新日期
2025-08-09
尺寸
849 位元組
授權條款
MIT
腳本執行於

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.