Hi - it's me again with another userscript. This is a small one which simply makes the navbar at the top of the page sticky, so that it stays on the top of the screen even when you scroll down.

You can get it from here.

It should work on Firefox version 34 or higher with the Greasemonkey add installed, or Google Chrome version 41 or higher with the Tampermonkey addon installed. If you encounter any problems then feel free to let me know.

8 years ago*

Comment has been collapsed.

Ahhhh..... brilliant. Nice work.

8 years ago
Permalink

Comment has been collapsed.

Nice - I'm using a simple UserStyle to achieve the same (in Chrome):

header {
  position: fixed;
  width: 100%;
  z-index: 999;
}
.page__outer-wrap {
  padding-top: 65px;
}
8 years ago
Permalink

Comment has been collapsed.

Small suggestion here, the header should be "position: fixed" by default.

8 years ago
Permalink

Comment has been collapsed.

Deleted

This comment was deleted 5 years ago.

7 years ago
Permalink

Comment has been collapsed.

Thanks for letting me know. I'll take a look at it later. Are you using Tampermonkey for userscript support?

7 years ago
Permalink

Comment has been collapsed.

Deleted

This comment was deleted 5 years ago.

7 years ago
Permalink

Comment has been collapsed.

I've made a fix to the script . As soon as you receive the version 1.1 update it should work for you again.

7 years ago
Permalink

Comment has been collapsed.

Ah... much better. Thank you.

7 years ago
Permalink

Comment has been collapsed.

Sign in through Steam to add a comment.