GC Potato Counter Counter

Fills in the correct answer (does not auto-submit)

目前為 2024-05-01 提交的版本,檢視 最新版本

// ==UserScript==
// @name         GC Potato Counter Counter
// @namespace    https://gf.qytechs.cn/users/1295622
// @version      0.1
// @description  Fills in the correct answer (does not auto-submit)
// @author       spiderpool1855
// @match        https://www.grundos.cafe/medieval/potatocounter/
// @grant        none
// @license      MIT
// ==/UserScript==


var totalImages = $('table.margin-1 img').length;
    console.log('Total images:', totalImages);
    $("input[name='potatoes']").val(totalImages)

QingJ © 2025

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