Tampermonkey:油猴脚本自动抢购斯巴达spartanhost 建站
导读:建站文章建站文章 最近斯巴达(SpartanHost)VPS比较火,一机难求,刚刚看到群友分享的js脚本用于抢购,效果还不错,推荐使用chrome浏览器,安装Tampermon网站建设制作建设网站。
最近斯巴达(SpartanHost)VPS比较火,一机难求,刚刚看到群友分享的js脚本用于抢购,效果还不错,推荐使用chrome浏览器,安装Tampermonkey扩展使用。
脚本:
// ==UserScript== // @name 自动抢购买vps // @namespace https://www.haiyun.me // @version 0.1 // @description buy spartanhost vps // @author www.haiyun.me // @match https://billing.spartanhost.net/cart.php?a=* // @grant none // ==/UserScript== (function() { var forcedReload = false; var time = 500; var url = document.URL; var hostname = "www.haiyun.me"; var customfield = "website"; if (document.title == '502 Bad Gateway') { setTimeout(function() { window.location.reload(forcedReload); }, time); } else if (document.title == '504 Gateway Time-out') { setTimeout(function() { window.location.reload(forcedReload); }, time); } else if (document.title == '503 Service Temporarily Unavailable') { setTimeout(function() { window.location.reload(forcedReload); }, time); } else if (document.title == '500 Internal Server Error') { setTimeout(function() { window.location.reload(forcedReload); }, time); } else if (document.getElementsByTagName('h1')[0].innerHTML == '无法访问此网站') { setTimeout(function() { window.location.reload(forcedReload); }, time); } if (url.indexOf("https://billing.spartanhost.net/cart.php?a=add") != -1) { var str = document.getElementById("order-boxes").innerHTML; if (str.indexOf("Out of Stock")网站seo优化诊断工具 != -1) { setTimeout(function() { window.location.reload(forcedReload); }, time); } } else if (url.indexOf("https://billing.spartanhost.net/cart.php?a=confproduct") != -1) { document.getElementById("inputHostname").value = hostname; var element = document.querySelector('input[name^="customfield"]'); element.value = customfield; document.getElementById("btnCompleteProductConfig").click(); } else if (url.indexOf("https://billing.spartanhost.net/cart.php?a=view") != -1) { document.getElemenseo网站排名优化软件tById("checkout"网站seo优化软件).click(); } else if (url.indexOf("https://billing.spartanhost.net/cart.php?a=checkout") != -1) { document.getElementById("iCheck-accepttos").click(); document.getElementById("btnCompleteOrder").click(); } })();使用方法:
安装Tampermonkey扩展。直接添加脚本使用,推荐使用chrome浏览器
关键词标签: 暂无
声明: 本文由我的SEOUC技术文章主页发布于:2023-05-28 ,文章Tampermonkey:油猴脚本自动抢购斯巴达spartanhost 建站主要讲述暂无网站建设源码以及服务器配置搭建相关技术文章。转载请保留链接: https://www.seouc.com/article/web_11735.html