Selecting elements without jQuery

If you’re using a modern browser, you could use this:

window.top.document.querySelectorAll('a[title="some title text here"]')

Leave a Comment