Update adblock.js

This commit is contained in:
Eduard Ursu 2023-02-04 21:26:08 +01:00
parent 7d530d3149
commit 3401336b57

View file

@ -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)