by
electBlake / February 27th, 2009
Hello Hello,
I am here again, only an hour after I originally posted about this great new tool to give you a tutorial I quickly wrapped up about using the SelectorGadget Bookmarklet Tool and JQuery to create a simple GreaseMonkey userscript.
SelectorGadget Background
SelectorGadget is a great new bookmarklet tool that you can use on any website to select html elements on the page dynamically! The real power of SelectorGadget is that is that it automatically selects similar elements! So as you select what you want and don’t want, it will work towards selecting the exact elements on the page you want, for example the titles of blog posts! (I’ll give a tutorial below)
The Official Description is (lifted from the official homepage)
“SelectorGadget is an open source bookmarklet that makes CSS selector generation and discovery on complicated sites a breeze. 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 (it 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.”
If you go to the SelectorGadget Homepage you can see a great tutorial video on the basics on using SelectorGadget, I’ll quickly run through the minimal installation process to save you click around until you want to do your additional research
Continue Reading »
Tags: GreaseMonkey, JQuery, SelectorGadget, TechCrunch
Posted in Code |
by
electBlake / February 27th, 2009
+
= ?
I caught a jquery tweet today that linked me to an interesting little helper bookmarklet called “SelectorGadget”.
“SelectorGadget is an open source bookmarklet that makes CSS selector generation and discovery on complicated sites a breeze.”
SelectorGadget, is a very easy to use bookmarklet that can be used on any website of your choosing (Although someone in the comments DID have a problem with scraping a site that is NTFW
)
To get started with SelectorGadget, head over to their humble website, and install the bookmarklet and watch the video. Anyone with experience in Data Extraction (Hpricot or Beautiful Soup – as the website suggests), will immedately see the benefits of this little application.
With apparent support from JQuery, and its open-source repository over at github, I think SelectorGadget will be able to spawn alot of interest within the various Javascript and DOM Selection/Extraction camp’s around the internet.
Some ideas for you guys to dig your teeth into after the fold.
Continue Reading »
Tags: Bookmarklet, Dapper.net, Ideas, Javascript, JQuery, SelectorGadget
Posted in Data Extraction, Software |
by
electBlake / February 14th, 2009

I was doing some follow-up on my old posts (the 6 of them, heh) and I realized I didn’t post any good tutorials or resources for the drop.io post, I’ll organize them into languages and you can take it from there.
The resources after the fold
Continue Reading »
Tags: drop.io
Posted in Code |