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

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

Autor
JKS
Instalări zilnice
0
Total instalări
4
Rating-uri
0 0 0
Versiune
0.0.1.20190127122813
Creat
27-01-2019
Actualizat
27-01-2019
Size
528 Bytes
Licență
N/A
Se aplică pe
Toate site-urile

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