On 4/27/07, Paul Denning <[EMAIL PROTECTED]> wrote:
> I sometimes use a bookmarklet to "list all links" on a web page.
>  It pops up a new window with the links is finds by parsing the web page.
>
>  When I use this bookmarklet on a typical del.icio.us page, I would
>  like "list all links" to just list the links of the bookmarks, and
>  not the links to all the tags and other stuff.  That is, list "all"
>  links gives me more than I want.
>
>  Does anyone have a bookmarklet to "list all bookmarks" (and exclude
>  the other links)?
>

Can you send the source of the bookmarklet you are currently using?
Depending on the browser you are using you could filter the links on
del.icio.us pages with an XPath expression like:

//[EMAIL PROTECTED]'post']/[EMAIL PROTECTED]'desc']/a[0]

I haven't checked this exactly, but it is a start.

>  Paul

Reply via email to