Greasy Fork is available in English.

Обговорення » Creation Requests

Goodreads fixed search & navbar

§
Опубліковано: 25.09.2015

Goodreads fixed search & navbar

Can someone help me create a script that can make Goodreads' search and navigation bar become fixed (follows us when we scroll down)
It's this part that I'm talking about:

Thank you in advance.

woxxomMod
§
Опубліковано: 25.09.2015

I would do it with Stylish addon:

@-moz-document domain("goodreads.com") {
#siteheader {
    position: fixed;
    z-index: 99;
}
.mainContentFloat {
    margin-top: 64px;
}
}
§
Опубліковано: 25.09.2015

Thanks but it's slightly askew (too much to the left) and overlaps the main body site.
Here's the screenshot:

woxxomMod
§
Опубліковано: 25.09.2015

I'm not logged in so everything's fine, see the screenshot. Anyway you don't need a script, a userstyle is sufficient and https://forum.userstyles.org/ seems a better place to ask in my opinion.

Опублікувати відповідь

Sign in to post a reply.