MCPcopy Create free account
hub / github.com/ChinaGodMan/UserScripts / main

Function main

script-finder-plus/script-finder-plus.user.js:800–806  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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')

Callers 1

Calls 1

setupUIFunction · 0.85

Tested by

no test coverage detected