()
| 798 | } |
| 799 | |
| 800 | function main() { |
| 801 | if (window.self !== window.top) { |
| 802 | // 在iframe中执行时,直接退出 |
| 803 | return |
| 804 | } |
| 805 | setupUI() |
| 806 | } |
| 807 | main() |
| 808 | setTimeout(() => { |
| 809 | const scripButton = document.querySelector('.sf-script-button') |
no test coverage detected