var fDesc=new Array(); fDesc[0] = "AntiWebMiner protects your PC against web cryptocurrency miners (JS scripts like Coinhive executed in the browser) by modifying Windows hosts file.
Why? The coin mining in a browser using scripts like Coinhive is a real problem for everyone. These scripts may cause your browsers working slow or fully unresponsive, drain a battery of your notebook. Any webmaster may add only one line to a code of website to start monetizing by coin mining.
AntiWebMiner blocks scripts using a "blacklist" database of hosts like "Coinhive". AntiWebMiner modifies a Windows hosts file for disabling connection attempts to "blacklisted" sites.
Benefits!
This protection works for all browers. You don't need to install a browser extension.
AntiWebMiner includes automatical updater of the blacklisted sites.
AntiWebMiner is an open source software, license by Apache 2.0."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }