Firefox find function
By Gareth Heyes (@hackvertor)
Published 17 years 9 months ago • Last updated March 22, 2025 • ⏱️ < 1 min read
I found this quite interesting, calling the find function in Firefox without parameters displays a dialog box. Calling it multiple times displays loads of find windows :)
<pre lang="javascript"> for(i=0;i<100;i++) { find(); } </pre>