(url, callback, onError)
| 28809 | }; |
| 28810 | |
| 28811 | function getUrl(url, callback, onError){ |
| 28812 | _GM_xmlhttpRequest({ |
| 28813 | method: 'GET', |
| 28814 | url: url.trim(), |
| 28815 | onload: callback, |
| 28816 | onerror: onError |
| 28817 | }); |
| 28818 | } |
| 28819 | |
| 28820 | function setSearchState(words, imgState){ |
| 28821 | if (imgState) setHTML(imgState, words); |
no outgoing calls
no test coverage detected