Fixed Stack Exchange Top Bar

Fixes the top bar of Stack Exchange sites so that it remains at the top with scrolling

< Σχολιασμός για τον κώδικα Fixed Stack Exchange Top Bar

Αναφορά: Καλός - ο κώδικας λειτουργεί

§
Δημοσιεύτηκε: 27/03/2018

Not working with current SE sites

fixed it for the SE sites I use, the URLs need to https, and the topbar element is now known as top-bar

// @include https://*.stackexchange.com/*
// @include https://stackoverflow.com/*
// @include https://meta.stackoverflow.com/*
// @include https://serverfault.com/*
// @include https://meta.serverfault.com/*
// @include https://superuser.com/*
// @include https://meta.superuser.com/*
// @include https://askubuntu.com/*
// @include https://meta.askubuntu.com/*
// @include https://stackapps.com/*
// ==/UserScript==
var bar = document.getElementsByClassName("top-bar")[0];

Δημοσίευση απάντησης

Συνδεθείτε για να δημοσιεύσετε μια απάντηση.