Temporarily add arcjav.com to your antivirus’s exclusions list. Once whitelisted, the connection will resolve.
// Tampermonkey script to redirect broken HTTPS to HTTP // @match https://arcjav.com/* if (location.protocol === 'https:') location.href = location.href.replace('https://', 'http://');
Fixed — Httpsarcjavcom
Temporarily add arcjav.com to your antivirus’s exclusions list. Once whitelisted, the connection will resolve.
// Tampermonkey script to redirect broken HTTPS to HTTP // @match https://arcjav.com/* if (location.protocol === 'https:') location.href = location.href.replace('https://', 'http://'); httpsarcjavcom fixed