# selectorgadget **Repository Path**: mirrors_alexgorbatchev/selectorgadget ## Basic Information - **Project Name**: selectorgadget - **Description**: Go go CSS / DOM inspection. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-07-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SelectorGadget [SelectorGadget](http://www.selectorgadget.com) is an open source bookmarklet that makes CSS selector generation and discovery on complicated sites a breeze. Please visit [http://www.selectorgadget.com](http://www.selectorgadget.com) to try it out. # Technologies * CoffeeScript * jQuery * [diff-match-patch](https://code.google.com/p/google-diff-match-patch/) # Features ## Remote interface SelectorGadget can be extended for use in custom workflows with a remote interface that replaces the standard display and controls. To define a remote interface, create a JavaScript file with any functionality you need, and append any relevant controls to SelectorGadget's UI container. Here's a simple example: ```javascript // sg_interface.js var SG = window.selector_gadget // Add field to display current selection (note the use of jQuerySG, // SelectorGadget's jQuery alias). var path = jQuerySG('', { id: 'sg-status', class: 'selectorgadget_ignore' }) SG.sg_div.append(path) SG.path_output_field = path.get(0) // Add button to dismiss SelectorGadget var btnOk = jQuerySG('