Y
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
emmelaich
1560 days ago
Looks like the + needs to be url-encoded
This works:
https://insect.sh/?q=2+min+%2B+30+s
link
This works: https://insect.sh/?q=2+min+%2B+30+s