Hi, I've written a greasemonkey script that modifies craigslist search results to appear in two frames, a frame on the left with the results listed and a frame on the right to display each posting if clicked on from the left frame (I modify the URL of each result to say target="rightframe").
The problem I have is that the 'visited' status of URLs on the result frame seems to be lost when I restart the browser. That is, when I click on a link in the left frame, the link appears in the 'visited' style, and this persists when I reload the page. However, if I restart the browser and visit the page again, then that link no longer appears in the 'visited' style. This makes it hard to keep track of which postings I've already seen :(.
The reason I believe the frames are causing the problem is that if I click on a search result link on craigslist without the greasemonkey script, then the 'visited' status persists across browser restarts.
Many thanks for any suggestions!
Josh