Option to disable search or a variant?
Hello - your cheatsheet is excellent, I use it constantly.
The new search feature i'm finding gets in my way slightly, as I previously used firefox's "Find links" feature (tap ' on a page). This put focus on the link it had matched, allowing me to hit enter to open the docs page.
Would it be possible to either
(a) let me set a cookie that disables the search box (with a link on the page to do this?)
or
(b) defocus the search box onkeydown when pressing ' and the search box is empty
No worries if not, I can always do something in greasemonkey instead :)
Creating a variant without the search should not be difficult, given that is the only thing that existed before a month or two ago. The easiest way I know how to do it would be to auto-generate additional versions without the search box at all.
The suggested methods you mention sound possible, but I did not actually implement the search box functionality, and don't know enough JavaScript to implement them any time soon.