MCPcopy
hub / github.com/hoothin/UserScripts / linkHasHref

Method linkHasHref

Pagetual/pagetual.user.js:6171–6173  ·  view source on GitHub ↗
(link)

Source from the content-addressed store, hash-verified

6169 }
6170
6171 linkHasHref(link) {
6172 return link && link.href && link.href.replace && !this.hrefIsJs(link.href);
6173 }
6174
6175 hrefIsJs(href) {
6176 return /^(javascript|#|$)/.test(href.trim().replace("#p{", "").replace(location.href, ""));

Callers 2

getPageMethod · 0.95
getNextLinkMethod · 0.95

Calls 1

hrefIsJsMethod · 0.95

Tested by

no test coverage detected