Greasy Fork is available in English.

讨论 » 创建请求

最近火热的NovelAI网页版刷图脚本V0.1

§
发表于:2022-11-23

// ==UserScript==
// @name Novelai自动刷图
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author Mr.J.AND
// @match https://novelai.net/image
// @grant none
// ==/UserScript==

(function() {
'use strict';
console.log('自动点击!');
window.setInterval(function () {
document.getElementsByClassName("sc-75a56bc9-37 jMyFmP")[0].click()
}, 2000);
// 就这么多代码
})();

发表回复

登录以发表回复。