GithubHelp home page GithubHelp logo

refind's Introduction

refind

what?

refind is a simple Chrome extension that adds in the ability to find text on a page using regular expressions.

why?

Sometimes when searching a page, a simple text match can be inconvenient. For example, if I want to search for the abbreviation for the state I live in ("WI"), I'll end up with tons of matches against words like "with". I can add a space after my search term ("WI "), but this will exclude instances of WI that precede punctuation.

With refind, I can simply do a search for "WI\W".

attribution

refind's People

Contributors

eogas avatar

Stargazers

Patrick Lee avatar

Watchers

 avatar James Cloos avatar

refind's Issues

Improve DOM handling

Matching currently depends on some hacky behavior, where we process a handful of HTML tag types in an arbitrary order of precedence, and search for matches in the "textContent" representation of the element. This means matches can't cross between (anchor in a paragraph tag for instance). As well, since the textContent property simplifies child tags into raw text, the current implementation will match the same text multiple times.

IDEA: Check out the Chromium source to see how they handle highlighting for the native find feature.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.