MCPcopy Create free account
hub / github.com/QLHazyCoder/FlowPilot / isSignupEntryHost

Function isSignupEntryHost

background.js:3260–3265  ·  view source on GitHub ↗
(hostname = '')

Source from the content-addressed store, hash-verified

3258}
3259
3260function isSignupEntryHost(hostname = '') {
3261 if (typeof navigationUtils !== 'undefined' && navigationUtils?.isSignupEntryHost) {
3262 return navigationUtils.isSignupEntryHost(hostname);
3263 }
3264 return ['chatgpt.com', 'chat.openai.com'].includes(hostname);
3265}
3266
3267function isSignupPasswordPageUrl(rawUrl) {
3268 if (typeof navigationUtils !== 'undefined' && navigationUtils?.isSignupPasswordPageUrl) {

Callers 1

matchesSourceUrlFamilyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected