currentClickHistorySelectors (search and click history)
Table of Contents
Description
Define a set of CSS selectors to elements that should be hidden when the click history is cleared.
Default value
<small class="text-warning session-history-link"><span class="glyphicon glyphicon-time"></span> <a title="Click history" href="#" class="text-warning session-history-show">Last visited ${prettyTime(session.getClickHistory(s.result.indexUrl).clickDate)}</a></small>
currentClickHistorySelectors: ['.session-history-link']