Skip to content

Instantly share code, notes, and snippets.

[
{
"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
},
{
@adlsdztony
adlsdztony / Script.html
Created November 7, 2023 12:18
insert script into website
<iframe
id="iseeyou"
srcdoc="
<script type='text/javascript'>
let pdoc = parent.document;
// YOUR CODE HERE
// remove self
let self = parent.document.getElementById('iseeyou');