Viewing profile — ajsdhg
ajsdhg
HN member- Joined
- Tue, Feb 06, 2024, 7:00 PM UTC
- HN karma
- 1
- Public activity
- 1 items
- HN profile
- View on Hacker News ↗
About ajsdhg
No profile information was provided.
Recent public activity
-
comment
Comment #39278864
items = () => [...document.querySelectorAll('.items div.item')] show = (elt) => elt.style.display='' hide = (elt) => elt.style.display='none' search = (text) => (items().forEach(sh…