generic / heuristic detection ?
It seems MinerBlock does not work without the blacklist.
example (using a worker):
http://kinokongo.cc/
Without such detection (The other approach which makes MinerBlock more efficient against cryptojacking is detecting potential mining behaviour inside loaded scripts and kills them immediately. This makes the extension able to block inline scripts as well as miners running through proxies) what's the advantage over the normal adblockers (using easyprivacy / nocoin lists) ?
MinerBlock tries to detect miners based on their signature (function/property names). Have a look here : https://github.com/xd4rker/MinerBlock/blob/master/js/minerkill.js
The one on kinokongo.cc seems to be from gridcash.net (loaded from: http://kinokongo[.]cc/2dea61eed4/2dea61eed4.php & aymcsx[.]ru)
I will try to add a signature of this one as well. Thank you.