Do NOT press search, the Return key or reload the page
Click some package on the left. Clicking the little - or + also works
Find that the link you clicked refers to http://hoogle.haskell.org/?=<whatever>&mode=body
Enjoy a Hoogle page without stylesheets
The bug seems to be in the system that loads search results as you are typing. After all, that's when the bug happens. As soon as you press the search button, press enter or reload the page, the &mode=body disappears from the links.
Ahha! I've seen this bug before, but never managed to come up with a reproducible case, so have been unable to investigate it properly. Thanks for tracking down the cases, hopefully easy to fix it now.
How to reproduce
-
or+
also workshttp://hoogle.haskell.org/?=<whatever>&mode=body
The bug seems to be in the system that loads search results as you are typing. After all, that's when the bug happens. As soon as you press the search button, press enter or reload the page, the
&mode=body
disappears from the links.