I'm building a "find in page" search thing for a page with a very long list.
I want to jump to the next instance of a specified word in the document. For N4 I can use window.find() and for IE I can use document.body.createTextRange() but what can I use for N6+?