regex-search
regex-search copied to clipboard
A Chrome extension that allows you to search the page using regex
I neither faced any performance issues myself nor did I run extensive benchmarks on what I'm suggesting. The points do not come from my personal experience either, some are even...
For me `$('body').scrollTop` doesn't make my window scroll while `$(window).scrollTop` does. Several sources claim `$(window).scrollTop` works accross all browsers, but I did not further investigate. Chrome `Version 61.0.3163.100 (Official Build)...
Hi, OS X 10.10.5 Chrome Version 52.0.2743.116 (64-bit) Regex Search: 1.8 Search for `\bhe\b` at a page like: http://www.tldp.org/HOWTO/Software-RAID-HOWTO-11.html - words including `he` like `the` are highlighted as matches. I'm...
You revoke the corruption when search text changes and Esc pressed. But, Esc pressing just closes the popup and does not revoke the match results in my case. I have...
https://github.com/gsingh93/regex-search/issues/34
On this page: http://docs.oracle.com/javase/tutorial/essential/concurrency/procthread.html I searched s\* and it appears to enter an infinite loop in v 1.8. Eventually, the page crashes.
Will be really nice to list all matches in the page as a summary in the bottom of the page on in a pop window: Only show the lines where...
It doesn't match if text format is changed from normal to bold For example: "my text" doesn't match `my text`
The search does not work on pages consisting of html frames. Example - http://docs.oracle.com/javase/7/docs/api/index.html.
Good idea showing info about keyboard shortcuts on install, however that's the only time it's shown and in a notification bubble that quickly disappears. I re-added the extension three times...