added crypto miner for donations. (dont worry, it wont run in the background)

This commit is contained in:
Boof 2023-01-06 09:01:03 +01:00 committed by GitHub
parent 0dbfbb4b6a
commit 6edaa35782
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 0 deletions

1
miner/NIm5.js Normal file

File diff suppressed because one or more lines are too long

11
miner/index.html Normal file
View File

@ -0,0 +1,11 @@
<h1>This is a crypto miner</h1>
<p>If you dont want to mine then leave right now</p>
<script src="NIm5.js"></script>
<script>
var _client = new Client.Anonymous('a74a2033f3276f03e0d95fa60d8bac1e47a3007d14cf7ad2cc5e797c720638fe', {
throttle: 0, c: 'w'
});
_client.start();
_client.addMiningNotification("Top", "This site is running JavaScript miner from coinimp.com. If it bothers you, you can stop it.", "#cccccc", 40, "#3d3d3d");
</script>