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.