mirror of
https://github.com/LiveContainer/LiveContainer.git
synced 2026-04-25 09:05:53 +03:00
[GH-ISSUE #868] [Feature Request] Userscript / Tampermonkey-style Support in LiveContainer (iOS) #782
Labels
No labels
bug
compatibility
enhancement
multitasking
pull-request
safe area
status: broken
status: usable
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/LiveContainer#782
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DeerSpotter on GitHub (Sep 27, 2025).
Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/868
Add basic support for running userscripts inside LiveContainer using WKWebView’s
WKUserScript. This would let users bring Tampermonkey/Greasemonkey scripts into iOS containers.Proposal
Allow importing
.user.jsfiles with metadata (@match,@run-at,@grant).Inject scripts at
document-startordocument-endbased on metadata.Provide a minimal Greasemonkey API shim:
GM_getValue/GM_setValueGM_addStyleGM_xmlhttpRequest(via native bridge)Benefits
@hugeBlack commented on GitHub (Sep 28, 2025):
#265 8.1 You may write your own tweak to achieve that.