Key to Click

#5 / 1 rate

Key to Click

0 users

2022-06-15

adamthewebdeveloper

adamthewebdeveloper@gm...

Extension Information

5 star
100%
4 star
0%
3 star
0%
2 star
0%
1 star
0%

Supported Languages

Permissions

Description

Assign keys to click for you

Assign keys to click elements on a web page for you.

The configuration is stored in JSON per site, with the JavaScript "event.key" (see https://keycode.info to find values for keys) as the JSON property key and the CSS selector for the element as the JSON property value.

Example config for https://apod.nasa.gov:

{
"ArrowLeft": "hr + a",
"ArrowRight": "center a[href^=\"ap\"]:last-of-type"
}