MCPcopy Create free account
hub / github.com/Xu22Web/tech-study-js / openWin

Function openWin

tech-study.js:3649–3655  ·  view source on GitHub ↗

* @description 打开新窗口

(url)

Source from the content-addressed store, hash-verified

3647 * @description 打开新窗口
3648 */
3649function openWin(url) {
3650 return GM_openInTab(url, {
3651 active: true,
3652 insert: true,
3653 setParent: true,
3654 });
3655}
3656/**
3657 * @description 关闭窗口
3658 */

Callers 1

waitTaskWinFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected