Hacker News new | ask | show | jobs
by kdfjgbdfkjgb 1560 days ago
the urls this generates don't seem to work: 2 min + 30 s creates https://insect.sh/?q=2+min+%2B+30+s which turns into 2 min × 30 × s
1 comments

Looks like the + needs to be url-encoded

This works: https://insect.sh/?q=2+min+%2B+30+s