Last active
April 18, 2025 09:57
-
-
Save xubai2001/a2d20aa997bca0c9a0316d01389b232c to your computer and use it in GitHub Desktop.
immersivetranslate user rules
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "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