MCPcopy Create free account
hub / github.com/Useful-Scripts-Extension/useful-script / isPostPage

Function isPostPage

scripts/insta_injectDownloadBtn.js:152–154  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

150 }
151
152 function isPostPage() {
153 return Boolean(window.location.href.match(postUrlPattern));
154 }
155
156 function queryHas(root, selector, has) {
157 let nodes = root.querySelectorAll(selector);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected