diff --git a/src/js/adblock.js b/src/js/adblock.js index 2caf524..037709c 100644 --- a/src/js/adblock.js +++ b/src/js/adblock.js @@ -78,7 +78,6 @@ async function check_url(url, div, parent, k1, k2) { hostDiv.onclick = () => { copyToClip(url) } - checkURLStatus('https://' + url) div.appendChild(hostDiv) try { await fetch('https://' + url, config, timeout, parent, div)