MCPcopy Index your code
hub / github.com/hoothin/UserScripts / findCaption

Function findCaption

Picviewer CE+/dist.user.js:25630–25632  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

25628 }
25629
25630 function findCaption(n) {
25631 return n.getAttribute('content') || n.getAttribute('title') || n.textContent;
25632 }
25633
25634 function qs(s, n) {
25635 return n.querySelectorAll(s);

Callers 1

parsePageFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected