Is there any marker-line like firefox extension? I would like some way to mark where I was before I scrolled so I don't need to remember exactly where I was before scrolling.

I also use Vimperator, so if there's any solution related to Vimperator that's good. I suppose some people get around this by using smooth-scrolling but I personally don't like that and prefer scrolling by page or half page.

Edit: I am not talking about highlighting text on web-pages.

Here's the pidgin markerline plugin description: "Draw a line to indicate new messages in a conversation."

Here's a screenshot of it in action:

Markerline example picture

In this case all the text below the red line would be stuff that was not visible before I hit page-down in Firefox.

link|improve this question

67% accept rate
feedback

2 Answers

I don't know of an extension to do that, but there is a Greasemonkey script that emulates it:

http://userscripts.org/scripts/show/38805

It's a bit flaky but it works. For me it goes on page-down, and seems to disappear as soon as I move the mouse.

link|improve this answer
feedback

Vimperator does provide local marks (towards the bottom of :tab help marks) that will save your scrolling position in the current tab. It doesn't provide a marker line, but that does sound like a useful plugin script or feature request.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.