MCPcopy Index your code
hub / github.com/XIU2/UserScript / getAllCSS

Function getAllCSS

Autopage.user.js:2348–2350  ·  view source on GitHub ↗
(css, contextNode = document)

Source from the content-addressed store, hash-verified

2346 return contextNode.querySelector(css);
2347 }
2348 function getAllCSS(css, contextNode = document) {
2349 return [].slice.call(contextNode.querySelectorAll(css));
2350 }
2351 function getXpath(xpath, contextNode, doc = document) {
2352 contextNode = contextNode || doc;
2353 try {

Callers 5

doesItSupportFunction · 0.70
setDBSiteFunction · 0.70
waterfallStyleFunction · 0.70
getAllFunction · 0.70
forceTargetFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected