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

Having uBlock origin enabled on Facebook make this not work #334

Closed SelaO closed 2 years ago

SelaO commented 3 years ago

Steps to Reproduce

install and enable uBlock origin extension search for anything on facebook nothing will come up, but if I disable uBlock, then the search works

brandon1024 commented 3 years ago

@SelaO does this occur on pages other than Facebook?

SelaO commented 3 years ago

@brandon1024 Not that I noticed

brandon1024 commented 3 years ago

What is your use case for using this extension on Facebook? This extension was built primarily for searching through pages of structured text, like CI pipeline log output or documentation.

My guess is that uBlock is injecting markup into the page and messing with the extension's markup. This extension isn't resilient to dynamic content or externally injected content, simply because this extension wasn't designed to handle such cases.

brandon1024 commented 2 years ago

Closing this for now.