All the boxes

more boxes

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

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

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

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!)

Advertisement:

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!)

Advertisement:

May akda
JKS
Mga pang araw araw na pag install
0
Kabuuan na installs
4
Mga Rating
0 0 0
Bersyon
0.0.1.20190127122813
Nilikha
2019-01-27
Na update
2019-01-27
Laki
528 Bytes
Lisensya
Wala
Nalalapat sa
Lahat sites

// ==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();