您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
will be a bot and get you hits
当前为
// ==UserScript== // @name WebBot to View 2 Sites Statically inputted // @namespace http://tampermonkey.net/ // @version 4.1 // @description will be a bot and get you hits // @author Erik Toor // @include * // @grant none // ==/UserScript== if (window.location.href === "https://www.webassigngenius.com/") { var run = parseInt(prompt("would you like to run site viewer 4.1? \n1 = yes\n2 = no")); // start that script if (run === 1 ) { if (window.location.href === "https://www.webassigngenius.com/") { // set storage for site console.log('we are on one of the sites that was inputted to the script'); setTimeout(window.open("https://tindergeniuspro.com/"), 5000); setTimeout(window.close(), 5000); } if (window.location.href === "https://tindergeniuspro.com/") { // code that will run for the first site console.log('we are on one of the sites that was inputted to the script'); setTimeout(window.open("https://www.webassigngenius.com/"), 5000); setTimeout(window.close(), 5000); } }}
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址