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

Function createDoc

Picviewer CE+/dist.user.js:25598–25602  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

25596 }
25597
25598 function createDoc(text) {
25599 var doc = document.implementation.createHTMLDocument('PicViewerCE');
25600 doc.documentElement.innerHTML = text;
25601 return doc;
25602 }
25603
25604 function findNodes(q, doc) {
25605 var nodes = [],

Callers 1

parsePageFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected