Skip to content

Instantly share code, notes, and snippets.

View Zemanzo's full-sized avatar
🔴⚪⚫🔵 Racing marbles

Merlijn Zemanzo

🔴⚪⚫🔵 Racing marbles
View GitHub Profile
@Zemanzo
Zemanzo / exactSearchUserScript.js
Created April 4, 2024 19:17
Userscript for Neal's inifinite-craft to add another search bar which scrolls to the exact item, and a button to download the found items JSON.
// ==UserScript==
// @name Exact search
// @namespace https://www.zemanzo.nl/
// @version 2024-03-31
// @description Make searching for short words a bit nicer
// @author Zemanzo
// @match https://neal.fun/infinite-craft/
// @icon https://www.google.com/s2/favicons?sz=64&domain=neal.fun
// @grant none
// ==/UserScript==