All the boxes

more boxes

คุณจะต้องติดตั้งส่วนขยาย เช่น Tampermonkey, Greasemonkey หรือ Violentmonkey เพื่อติดตั้งสคริปต์นี้

You will need to install an extension such as Tampermonkey to install this script.

คุณจะต้องติดตั้งส่วนขยาย เช่น Tampermonkey หรือ Violentmonkey เพื่อติดตั้งสคริปต์นี้

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

ผู้เขียน
JKS
จำนวนติดตั้งประจำวัน
0
จำนวนติดตั้งทั้งหมด
4
คะแนน
0 0 0
เวอร์ชัน
0.0.1.20190127122813
สร้างเมื่อ
27-01-2019
อัปเดตเมื่อ
27-01-2019
Size
528 ไบต์
สัญญาอนุญาต
ไม่มี
ปรับใช้กับ
ไซต์ทั้งหมด

// ==UserScript==
// @name All the boxes
// @match https://*/*
// @icon https://i.imgur.com/YAadD6h.png
// @require https://code.jquery.com/jquery-3.1.1.min.js
// @grant none
// ==/UserScript==



$("input[value='1']").click();
$("input[value='2']").click();
$("input[value='3']").click();
$("input[value='4']").click();
$("input[value='5']").click();
$("input[value='6']").click();
$("input[value='7']").click();
$("input[value='8']").click();
$("input[value='9']").click();