您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Help review products on IMVU, lets you load product into 3d, and submits if no issues.
当前为
// ==UserScript== // @author LetMeBNU // @name IMVU.com Peer Review // @description Help review products on IMVU, lets you load product into 3d, and submits if no issues. // @include https://www.imvu.com/peer_review/ // @version 1.0.0.3 // @namespace https://gf.qytechs.cn/en/users/774845-bryen-bro // ==/UserScript== var head = document.getElementsByTagName("head")[0]; var script = document.createElement("script"); script.src = "//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"; script.onload = function() { if(jQuery("#view_in_3d").length && jQuery('#step2 #cb_no_issues').length) { jQuery('#view_in_3d').click(); jQuery('#step2 #cb_no_issues').prop('checked', true); window.setTimeout("document.getElementById('yui-main').getElementsByTagName('form')[0].submit();", Math.floor(Math.random() * 10) * 1000 + 25000); } else if(jQuery('#step2 #cb_no_issues').length) { jQuery('#step2 #cb_no_issues').prop('checked', true); window.setTimeout("document.getElementById('yui-main').getElementsByTagName('form')[0].submit();", Math.floor(Math.random() * 10) * 1000 + 5000); } else { var audio = new Audio('https://asnft.com/beep.mp3'); audio.play(); } }; head.appendChild(script);
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址