FWIW:

in case you want the last viewed links to only contacts or any modules, just add this line.
I added in the english theme dir. file header.php, line 358 inside the foreach loop.

if ($row['module_name'] != 'Contacts')
continue; // if not contact, don't proceed.

My vertical application is contact centric. So, I need this knowledge at least.