Voxiom.io More vox gems? doesnt work but its cool

Cool pop-up with vox gems it doesnt work but its cool for fake youtube videos

目前为 2023-07-16 提交的版本。查看 最新版本

// ==UserScript==
// @name         Voxiom.io More vox gems? doesnt work but its cool
// @namespace    http://tampermonkey.net/
// @version      2.0
// @description  Cool pop-up with vox gems it doesnt work but its cool for fake youtube videos
// @author       Tomask4
// @match        https://voxiom.io/*
// @icon         www.google.com/s2/favicons?domain=voxiom.io
// @grant        none
// @license      none
// ==/UserScript==

var YorN = prompt("do you want more vox gems? Yes or No. Don't forget the capital Y and N")
alert("Your answer: " + YorN)
if (YorN == "Yes") {
   var Howmuch = prompt("How many?")
   alert("added " + Howmuch + " vox gems to your inventory")
}
if (YorN == "No") {
   alert("Okay. Sending you to voxiom.....")
}

QingJ © 2025

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