Find whatever - regex & auto re-find

★★★★★
★★★★★
276 users
<
>
Kirkland Signature Black Pepper Coarse Ground 12.7 oz
★★★★★
★★★★★
Valve Steam Deck 256gb Handheld System - Black
★★★★★
★★★★★
Nike Tiempo Legend 10 Academy IC 'Mad Ready Pack' | Cream | Men's Size 13
★★★★★
★★★★★
Custom Facebook Timeline / Facebook Cover / FB Business Page Cover / Facebook Timeline
★★★★★
★★★★★
Anchor Stranded Cotton Color 326
★★★★★
★★★★★
buffaloes Onit University Of Colorado Football Pick Your Single
★★★★★
★★★★★

github:https://github.com/ImSwordTooth/findwhatever
欢迎提 issue 😄

* 按 Command + F 或点按工具栏图标打开(默认快捷键似乎不能触发,需要手动配置下)
* 可在 chrome://extensions/shortcuts 设置快捷键
* 首次使用需要刷新下旧页面

增强查找功能,支持
- 大小写
- 整个单词
- 正则表达式
- 实时监听 DOM 变化来查找新的结果(如翻页、tabs切换、Tooltip)
- 多个 iframe
- 切换标签页时自动查找新的结果
- 一键复制匹配结果

## 2.1.0 更新
添加设置页,支持自定义高亮样式;修复了不能查找元素的直接文本节点的bug
## 2.0.1 更新
修复面板可调整大小的bug
## 2.0.0 更新
添加最近和固定查找词功能;修复尾部空格bug;面板内的元素现在不会被翻译软件翻译;修复拖拽bug,现在不再能拖到视口外部
## 1.4.2 更新
修复不能自动填写选中文本bug
## 1.4.1 更新
修复查找结果和 iframe 的顺序可能不一致的bug
## 1.4.0 更新
现在支持搜索 Shadow-DOM 里的元素了;优化查找速度
## 1.3.0 更新
添加调整面板透明度的功能
## 1.2.0 更新
添加复制查找结果的功能;修复切换tabs是iframe未更新的bug
## 1.1.3 更新
添加关闭和上一个的快捷键;修复定位查找结果异常的bug
## 1.1.2 更新
输入时禁用文本穿透;修复切换标签页时文本、设置没有同步的bug;修复切换标签页时原标签页的动态监测没有停止的bug
## 1.1.1 更新
tailwindcss的单位改成px;修复初始位置bug
## 1.1.0 更新
dom 元素被隔离在shadow dom中,不再影响原始页面;查找时过滤掉了隐藏中的元素;优化性能
## 1.0.0 更新
本次更新使用 React 重构了整个项目,并解决了一些潜在的问题。
## 0.0.7 更新
修复不能自动获取焦点bug;修复不能自动填写选中文本bug
## 0.0.6 更新
修复关闭查找面板后注入的 CSS没有正确清除的bug;修复选中的文本没有自动填充到文本框的bug;当前页的查找结果总是出现在首位;优化查找结果的滚动定向;添加英文说明
## 0.0.5 更新
修复bugs;添加设置高亮颜色功能。
## 0.0.4 更新
查找下标现在从0开始;dom 变动后的查找不再重置查找下标。
## 0.0.3 更新
过滤无效的 iframe;添加拖拽功能;添加筛选提示。

————————————————————————————————————————

** github:https://github.com/ImSwordTooth/findwhatever **

* Press Command + F or click the toolbar icon to open (refresh the old page for the first use)

* You can set shortcut keys at chrome://extensions/shortcuts

Enhanced search function, support
- Uppercase and lowercase
- Whole word
- Regular expression
- Real-time monitoring of DOM changes to find new results (such as page turning, tabs switching, Tooltip)
- Multiple iframes
- Automatically find new results when switching tabs
- One-click copy match results

## 2.1.0 update
Add settings page to support custom highlighting styles; fixed a bug where direct text nodes of elements could not be found
## 2.0.1 update
Fix the bug of the resizable panel.
## 2.0.0 update
Add recent and fixed find words; fixed tail space bug; elements in the panel are now not translated by translation software; fixed drag and drop bug, now can no longer be dragged outside the viewport
## 1.4.2 update
Fixed the bug that the selected text cannot be filled automatically
## 1.4.1 update
Fixed a bug where the order of find results and iframes might be inconsistent
## 1.4.0 update
Now supports searching for elements in Shadow-DOM; optimized search speed
## 1.3.0 update
Added the ability to adjust panel opacity
## 1.2.0 update
Added the ability to copy lookup results; Fixed a bug where toggle tabs was iframe not updated
## 1.1.3 update
Add shortcut keys for close and previous; Fixed a bug where the location find result was abnormal
## 1.1.2 update
Disable text penetration when entering; Fixed the bug that text and Settings were not synchronized when switching tabs; Fixed a bug where dynamic monitoring of the original TAB did not stop when switching tabs
## 1.1.1 update
Change the unit of tailwindcss to px; Fixed the initial location bug
## 1.1.0 update
dom elements are isolated in the shadow dom and no longer affect the original page;Hidden elements are filtered out during find;Optimize performance
## 1.0.0 update
This update refactored the entire project using React and addressed some potential issues.
## 0.0.7 update
Fixed the text box auto-focus bug;Fixed the bug that the selected text cannot be filled automatically
## 0.0.6 update
Fixed the bug where CSS injected after closing the search panel was not properly cleared;Fixed the bug where the selected text was not automatically filled into the text box;The find results on the current page always appear first;Optimize the scrolling orientation of find results;Add English explanation
## 0.0.5 update
Fix bugs; add the function of setting highlight color.
## 0.0.4 update
Search index now starts from 0; search after DOM changes no longer resets the search index.
## 0.0.3 update
Filter invalid iframes; add drag function; add filter prompts.
Related