mj4444

Results 2 issues of mj4444

I want to exclude some DOM elements based on some class. For this I used filterElements:- ```javascript findAndReplaceDOMText(container, { filterElements: function(el) { if (el.className) { return el.className.indexOf('test') === -1; }...

When searching for certain terms generally terms having three alphabets, the page becomes unresponsive. This causes the whole page to freeze and other things such as scrolling, button clicks, etc....