Skip to main content

Documentation Index

Fetch the complete documentation index at: https://eondr.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

“Advanced” is a documentation grouping, not a single plugin tab. The current entry points are split across:
  • AST 配置
  • RE 配置
  • 沉浸翻译
  • 综合设置
  • the Cloud view itself

AST extraction rules

The AST extractor parses plugin JavaScript, then uses whitelists and filters to decide which strings enter extraction results.
When a variable name matches this list, the assigned string is kept.
When a function name matches this list, its string argument is kept.
When an object key matches this list, its value is kept.
Strings matching these regular expressions are discarded.
A string must match at least one of these rules to be kept.

Regex extraction rules

Regex extraction runs directly on source text.
The extractor reads candidate strings from the capture groups in these regular expressions.
Default: gs
Default: 300
Reject expressions applied to Regex extraction results.
Allow expressions applied to Regex extraction results.
Default: https://ghp.ci/The current UI renders this as a fixed dropdown in 综合设置.
Default: empty stringThe current UI renders this as a text input in 综合设置.
This field is persisted in settings data and is read and written by the Cloud view while browsing repositories. It is not rendered as a standalone settings input.

Immersive translation (IMT)

Default: falseWhen enabled, the plugin applies real-time translation to matched UI elements.
This field defines the include and exclude selectors for immersive translation.