Anonymous 01/23/2022 (Sun) 11:22 No.157 del
I wrote a userscript for gelbooru, so I can move around and open images with the keyboard, to enhance my cooming™ experience. Any feedback is welcome.

// UserScript
// @name Keyboard controls for Gelbooru
// @namespace Booru
// @match https://gelbooru.com/index.php?page=*
// @grant none
// @version 1.0
// @author anon
// @description
// /UserScript

const markedBorder = 'solid black 2px';

const search = document.getElementById('tags-search');
const images = document.getElementsByClassName('thumbnail-preview');
const imageHeight = images[0].clientHeight;

Message too long. Click here to view full text.