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 scripts.
โค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