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

Skaber
JKS
Daglige installationer
0
Installationer i alt
4
Bedømmelser
0 0 0
Version
0.0.1.20190127122813
Oprettet
27.01.2019
Opdateret
27.01.2019
Size
528 bytes
Licens
N/A
Gælder for
Alle hjemmesider

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