MCPcopy Index your code
hub / github.com/QLHazyCoder/FlowPilot / isSignupPageHost

Function isSignupPageHost

background/navigation-utils.js:40–42  ·  view source on GitHub ↗
(hostname = '')

Source from the content-addressed store, hash-verified

38 }
39
40 function isSignupPageHost(hostname = '') {
41 return ['auth0.openai.com', 'auth.openai.com', 'accounts.openai.com'].includes(hostname);
42 }
43
44 function isSignupEntryHost(hostname = '') {
45 return ['chatgpt.com', 'chat.openai.com'].includes(hostname);

Callers 3

isSignupPasswordPageUrlFunction · 0.70
matchesSourceUrlFamilyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected