Skip to content

Instantly share code, notes, and snippets.

@xubai2001
Last active April 18, 2025 09:57
Show Gist options
  • Select an option

  • Save xubai2001/a2d20aa997bca0c9a0316d01389b232c to your computer and use it in GitHub Desktop.

Select an option

Save xubai2001/a2d20aa997bca0c9a0316d01389b232c to your computer and use it in GitHub Desktop.
immersivetranslate user rules
[
{
"matches": [
"www.nexusmods.com",
"next.nexusmods.com"
],
"selectors": [
"[class=\"tile-name\"]",
"[class=\"container mod_description_container condensed \"]",
"[class=\"comment-content-text\"]",
"[class=\"tabbed-block files-description\"]",
"div.container.tab-description > p",
"[data-e2eid=\"mod-tile-summary\"]",
"[data-e2eid=\"mod-tile-title\"]"
]
},
{
"atomicBlockSelectors": [
"div.markdown-body.f5.mb-2 > p"
],
"matches": "https://github.com/topics/*",
"selectors": [
"div.px-3.pt-3",
"div.markdown-body.f5.mb-2 > p"
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment