highlighter.js
highlighter.js copied to clipboard
Option - avoid invisible or hidden elements
var Highlighter = new window.Highlighter({
'viewable': true
});
Work only with visible/viewable elements in page
Actually it skips also overflow hidden elements (elements in the footer for example)