MCPcopy Create free account
hub / github.com/ChinaGodMan/UserScripts / isEmailInDOM

Function isEmailInDOM

github-email-finder/github-email-finder.user.js:452–455  ·  view source on GitHub ↗
(_document)

Source from the content-addressed store, hash-verified

450}
451
452function isEmailInDOM(_document) {
453 const emailElement = _document.querySelector(EMAIL_CLASS)
454 return emailElement !== null
455}
456
457function getGitHubUsernameFromURL(_location) {
458 return _location.href.split('/')[3]

Callers 1

initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected