Fixes the top bar of Stack Exchange sites so that it remains at the top with scrolling
< 脚本Fixed Stack Exchange Top Bar的反馈
Not working with current SE sitesfixed 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];
登录(不可用)以发表回复。
土豆服务器,请按需使用
镜像地址随时可能被墙,建议加群获取最新地址
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
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];