()
| 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); |
no outgoing calls
no test coverage detected