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
402 stars 52 forks source link

Zero (0) results returned on www.coest.org #386

Closed doychi closed 1 year ago

doychi commented 1 year ago

Issue Description

When visiting the CoEST website and using find+ in Chrome on Mac, 0 search result are returned

Steps to Reproduce

Screenshots and Documentation

2022-09-07_11-49-screenshot

brandon1024 commented 1 year ago

The reason this is happening is because the whole site is an iframe. Technical limitations of this extension prevent reading/manipulating the DOM of iframes. See further: https://github.com/brandon1024/find/issues/155

brandon1024 commented 1 year ago

Closing this as a duplicate of #155 .