I tried the script from How can I detect visited and unvisited links on a page?, and it works on the test page, but not on mine.
The answer, there, said that I need to change SelectorStr, but to what?
How do I check which are my options. I tried to search for ui.topicList and a.topicTItle but couldn't find anything on these values.
Edit (from a comment below):
I found this HTML in the page source:
<td class="plist">
<a target="_top" href="/smartphones/clik-where-suppose.html" target="_self" ...
But, if set SelectorStr to td.plist a._top, It's still not working.