It’s not UI that is blocking ctrl-f. It’s standard browser behavior that
you can’t find what you can’t see.
A better suggestion might be to write your own search code with a
<input type=search>. Mobile devices (the future) don’t have ctrl-f.
Another idea is to trap ctrl-f with $(document).keydown(e){…