I think it the recents menu would look cleaner if the favourites are filtered out.
I would like if there is an option for that.
In the meantime, just put
.favorites {
display: none;
}
into your custom.css file
That just hides the favorites menu, i want my favorite pages filtered out of the recents menu.
to complete:
.recent {
display: none;
}