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
409 stars 53 forks source link

Switch Tabs Highlights Fix #277

Closed brandon1024 closed 5 years ago

brandon1024 commented 5 years ago

Fixes #275

When switching tabs with the extension open and a search in progress, highlights injected into the page are not removed as expected. To fix this, tab queries for the current active tab were removed and tabs were only querried when the browser action port is established.