liveserver

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...
})();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址