brandon1024 / find

A find-in-page extension for Chrome and Firefox that supports regular expressions.
https://chrome.google.com/webstore/detail/find%2B-regex-find-in-page/fddffkdncgkkdjobemgbpojjeffmmofb
GNU General Public License v3.0
416 stars 54 forks source link

Implemented Host-Specific History for Persisting Latest Search Queries #290

Closed brandon1024 closed 4 years ago

brandon1024 commented 4 years ago

Fixes #272

Changes Proposed in this Pull Request:

Created a new interface for retrieving and persisting search query information for specific hosts. This is used to populate the search field with the last search query for the current host.

This revision also addresses the extension popup slowness during initialization. Browser initialization and page tokenization was conflicting, where parsing the DOM was computationally expensive and slowing down the initialization response to the browser action. Now, the browser action is more responsive.