// 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.