if (
      (find = _.find(LastVisitedPages.find().fetch(), function(historyEntry) {
        if (!historyEntry.url) {
          return;
        }