Live data from Hacker News

Infinite Craft

neal.fun

751–760 of 831 posts

Re: Infinite Craft

#760

My friends and I have played so much already that the list of elements on the sidebar is unwieldy. You can paste this little js snippet into the console to add a basic search feature items = () => [...document.querySelectorAll('.items div.item')] show = (elt) => elt.style.display='' hide = (elt) => elt.style.display='none' search = (text) => (items().forEach(show), items().filter(e => !e.innerText.toLowerCase().inclu…

[flagged]
Post reply on HN