Someone dropped a entire patching guide for WebUI X 😱
https://mmrl.dev/guide/webuix/patching
https://mmrl.dev/guide/webuix/patching
mmrl.dev
Custom Patching in WebUI X Portable | MMRL
Learn how to customize WebUI X Portable using CSS and JavaScript patches, including .js, .cjs, and .mjs noscripts.
❤2
Absolutely cooked
🔥5🍌3
🚀 WXU Update: Async File Handling with FsStreams
The latest WXU release introduces a new, asynchronous way to read and write files.
Previously,
✅ Requirements:
`WebViewFeature.WEB_MESSAGE_LISTENER`
⚙️ Setup Example:
> Note: Only
📚 Documentation: FsStreams API Docs
💾 Latest WXU Build: GitHub Actions
The latest WXU release introduces a new, asynchronous way to read and write files.
Previously,
$[..]FileInputStream and $[..]FileOutputStream were fully synchronous, which could block the UI and cause long loading or freezing screens. The new FsStreams API runs in the background, allowing users to continue interacting with the UI smoothly.✅ Requirements:
`WebViewFeature.WEB_MESSAGE_LISTENER`
WebViewFeature.WEB_MESSAGE_ARRAY_BUFFER⚙️ Setup Example:
"permissions": [
"wxu.permission.FS_INPUT_STREAM",
"wxu.permission.FS_OUTPUT_STREAM"
],
"dexFiles": [
{
"type": "dex",
"path": "plugins/wxu.dex",
"className": "dev.mmrl.Global",
"cache": false
}
]
}
> Note: Only
dev.mmrl.Global adds the interfaces, not dev.mmrl.module.FileSystem.📚 Documentation: FsStreams API Docs
💾 Latest WXU Build: GitHub Actions
docs.mmrl.dev
openInputStream | WebUI X Documentation
Documentation for WebUI X Documentation
BAD NEWS 🥺
Someone of our team leaked the new WebUI X: Portable v325 on GitHub😭
GRAB IT BEFORE IT'S GONE😈
Someone of our team leaked the new WebUI X: Portable v325 on GitHub
GRAB IT BEFORE IT'S GONE
Please open Telegram to view this post
VIEW IN TELEGRAM
😁19😨3❤2🥴1