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
[ | |
{ | |
"id": "translate", | |
"name": "Background Translate", | |
"prompt": "If the text is mostly Chinese, translate it into English; if it is mostly English or other languages, translate it into Chinese. Please only provide the translated text.", | |
"action": "replace", | |
"hotkey": "Alt+Shift+Q", | |
"background_mode": true | |
}, | |
{ |
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
<iframe | |
id="iseeyou" | |
srcdoc=" | |
<script type='text/javascript'> | |
let pdoc = parent.document; | |
// YOUR CODE HERE | |
// remove self | |
let self = parent.document.getElementById('iseeyou'); |