try to take over the world!
// ==UserScript==
// @name liveserver
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match http://127.0.0.1:5500/*
// @grant none
// ==/UserScript==
(function() {
'use strict';
setTimeout(function(){ let suka = new Audio('https://www.myinstants.com/media/sounds/untitled_899.mp3');
suka.play(); }, 20000);
// Your code here...
})();