Hmm.. I *think* I understand what you want. I suppose there might be a way to get the information out of Mozilla, but probably not just with Perl and not without a lot of study.

I expect the best way would be to build your own web browser and not try to stick a button into Netscape. So you have to write a browser, and somehow render the page which is very hard to do well, unless plain text is enough for you.

It seems that HTML and LWP modules would be useful for writing a text-only version, and you could run this inside a GUI window if you like but you will not be gaining much in the way of functionality by using a window unless you have something special on your mind about which we don't know.

Perhaps someone knows about some magical dll that will do what you want but generally I'd say this is not a case that Perl will be able to enhance your current experience of using Internet Explorer with that software as-is. Please be a bit clearer about what exactly you want to do since it is a little confusing what you mean by "browser".

Also it seems that if you only display links which are new, you are going to be unable to read a lot of pages that have links embedded in the text, like PerlMonks. Perhaps you want not to remove data, but to add data to the page so as to give you more information about the connectedness of the pages you are browsing?


In reply to Re: catch browser page while surfing by mattr
in thread catch browser page while surfing by artist

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.