水色のアンケートで連射ミル!

ある程度の連打できるようにする

// ==UserScript==
// @name         水色のアンケートで連射ミル!
// @namespace    unknown_rensyamill
// @version      0.0.2a
// @description  ある程度の連打できるようにする
// @author       monitor_support
// @match        https://*/ans/pc/*
// @require      https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js
// @license      水色のUI作ったやつはうんちでも食べてろ
// ==/UserScript==

$(function(){
	$('body').on('click', function(e) {
		$(window).scrollTop($(window).scrollTop() + 32);
	});
    $('table').removeClass("errorTable");

$(".side-choices").css("max-height","32px");
$("img").css("max-height","32px");
    $(".choice-img-wrapper").css("max-height","32px");
    $(".choice-symbol").css("max-height","32px");
    $(".choice-num").css("max-height","32px");
    $(".choice-detail").css("max-height","32px");

   	$(document).ready(function(){
		setTimeout(function(){
		  $('body').height($('body').height() + $(window).height()+500);
		},1000);
	});

})



QingJ © 2025

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