MCPcopy Create free account
hub / github.com/XIU2/UserScript / getAllCSS

Function getAllCSS

Hostloc-Enhanced.user.js:659–661  ·  view source on GitHub ↗
(css, contextNode = document)

Source from the content-addressed store, hash-verified

657 },
658 };
659 function getAllCSS(css, contextNode = document) {
660 return [].slice.call(contextNode.querySelectorAll(css));
661 }
662})();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected