Skip to content

hsource/selectorgadget

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SelectorGadget is an open source bookmarklet that makes CSS selector generation and discovery on complicated sites a breeze. Tools such as jQuery, Hpricot, and Beautiful Soup use CSS selectors to navigate, modify, and extract content from HTML and XHTML data. Just drag the bookmarklet to your bookmark bar, then go to any page and press it. A box will open in the bottom right of the website. Click on a page element that you would like your selector to match (will turn green). SelectorGadget will then generate a minimal CSS selector for that element, and will highlight (yellow) everything that is matched by the selector. Now click on a highlighted element to remove it from the selector (red), or click on an unhighlighted element to add it to the selector. Through this process of selection and rejection, SelectorGadget helps you come up with the perfect CSS selector for your needs.

Please visit http://www.selectorgadget.com.

About

Go go CSS / DOM inspection.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 100.0%