I guess this will be voted down, as it doesn’t contain enough jQuery, but here it goes 🙂
What is the most effective way to get the element(s) returned by the jQuery selector below using plain old javascript?
$('a[title="some title text here"]', top.document)
If you’re using a modern browser, you could use this: