MCPcopy Create free account
hub / github.com/LeFroid/Viper-Browser / GM_openInTab

Function GM_openInTab

src/app/assets/javascript/GreaseMonkeyAPI.js:68–70  ·  view source on GitHub ↗
(url)

Source from the content-addressed store, hash-verified

66 }
67
68 function GM_openInTab(url) {
69 window.open(url);
70 }
71
72 function GM_setClipboard(text) {
73 function onCopy(event) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected