I've created a link extracting/domain filtering firefox extension which is almost near completion. Here's a screenshot:

So far it does the following:
Some cool things I've done with it:
Here's some things I've considered adding:
Ok, what I need help with:
Sorry I don't have a beta version yet. I've got to clean the code up a bit.
Thanks!
-Jorge

So far it does the following:
- Every time the page changes, it scans for links (<a href="....">) and cleans the domain names out of the list.
- Then it removes all duplicate entries.
- Finally, if the list gets to a preset length, it basically cuts and pastes the list into a text file.
Some cool things I've done with it:
- Combined with an auto-surfing bot extension, the tool harvests domain names from around the internet by searching google for a predetermined keyword, then following all of the links.
- Going through digg.com (or any site) archives and find available names
- Visiting link directories and just surfing around, collecting potentially available domain names (with at least one backlink, obviously)
- Just leaving it running while doing normal everyday surfing.
Here's some things I've considered adding:
- Real time availability checking - not really practical since I'll have to get my own domaintools api license ($$$$) or require users to get their own.
- Option to send list to registrar for avail. check (ie Moniker bulk script) - got this working but it opens in the sidebar instead of the main window. Since this is my first major javascript project, I'm just going to leave this feature off for now rather than rack my brain.
- Option to change how many domains get harvested before sending to file.
- Option to not save domains to a file in the first place - necessary because javascript pops up the standard "are you sure you want to give this script access to save files?" warning and people probably won't feel comfortable with that.
- Do away with the sidebar altogether and make it run in the statusbar, saving domains as it goes along. The sidebar can't be closed while running a script, so it reduces the visibility.
Ok, what I need help with:
- First off, I just need to know if there is any public interest in this.
- Secondly, if you are interested, which features would make it better for you.
Sorry I don't have a beta version yet. I've got to clean the code up a bit.
Thanks!
-Jorge







