MCPcopy Create free account
hub / github.com/Useful-Scripts-Extension/useful-script / isTitle

Function isTitle

popup/helpers/utils.js:23–23  ·  view source on GitHub ↗
(script)

Source from the content-addressed store, hash-verified

21};
22
23export const isTitle = (script) => !(canClick(script) || canAutoRun(script));
24
25export async function viewScriptSource(script) {
26 chrome.windows.create({

Callers 4

generateMdFunction · 0.90
createTabsFunction · 0.90
createTabContentFunction · 0.90
createScriptButtonFunction · 0.90

Calls 2

canClickFunction · 0.85
canAutoRunFunction · 0.85

Tested by

no test coverage detected