Viewing profile — obsrcdsucks
obsrcdsucks
HN member- Joined
- Thu, Mar 12, 2026, 2:33 PM UTC
- HN karma
- 3
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About obsrcdsucks
No profile information was provided.
Recent public activity
-
comment
Comment #47351110
function decodeObscrd(htmlOrElement) { let root; if (typeof htmlOrElement === 'string') { root = new DOMParser().parseFromString(htmlOrElement, 'text/html').body; } else { root = h…
- comment