Open Link in LiveContainer

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

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

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

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

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

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

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

ستحتاج إلى تثبيت إضافة مثل Stylus لتثبيت هذا النمط.

ستحتاج إلى تثبيت إضافة لإدارة أنماط المستخدم لتتمكن من تثبيت هذا النمط.

ستحتاج إلى تثبيت إضافة لإدارة أنماط المستخدم لتثبيت هذا النمط.

ستحتاج إلى تثبيت إضافة لإدارة أنماط المستخدم لتثبيت هذا النمط.

(لدي بالفعل مثبت أنماط للمستخدم، دعني أقم بتثبيته!)

المؤلف
Kilian Kraus
التثبيت اليومي
0
إجمالي التثبيت
33
التقييمات
0 0 0
الإصدار
1.0
تم إنشاؤه
09-08-2025
تم تحديثه
09-08-2025
الحجم
849 Bytes
الترخيص
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.