Wonderful Music Player(turn volume on 100, its quiet)

u need to wait like 10 seconds to it to play the song bc its retarded

// ==UserScript==
// @name         Wonderful Music Player(turn volume on 100, its quiet)
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  u need to wait like 10 seconds to it to play the song bc its retarded
// @author       feature the non liar
// @match        *://*.moomoo.io/*
// @grant        none
// ==/UserScript==
$(function(){
    setInterval(()=>{ //read description idc if you cant speak english
var LenskoCirclesNCSReleaseOgSongChildhood5YearsAgo_02194_9105_03194901_91275109_918510_752105_8175017_956205_9591$$1901518 = new Audio("https://cdn.discordapp.com/attachments/1014077771561046028/1042888408646828173/Lensko_-_Circles_NCS_Release.mp3");//change url to the song u wanna hear (btw dont forgot to turn volume on 100)
LenskoCirclesNCSReleaseOgSongChildhood5YearsAgo_02194_9105_03194901_91275109_918510_752105_8175017_956205_9591$$1901518.play();
    console.log('LenskoCirclesNCSReleaseOgSongChildhood5YearsAgo_02194_9105_03194901_91275109_918510_752105_8175017_956205_9591$$1901518.play();');//change url to the song u wanna hear (btw dont forgot to turn volume on 100)
})});