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

Fejlesztő
JKS
Napi telepítések
0
Telepítések száma
3
Értékelések
0 0 0
Verzió
0.0.1.20190127122813
Létrehozva
2019.01.27.
Frissítve
2019.01.27.
Size
528 bájt
Licensz
Ismeretlen
Érvényes
Minden oldal

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