steamgifts.com sticky header

Makes the nav bar at the top of steamgifts.com "sticky" - i.e., always at the top of the screen even if you scroll the page down

< 脚本 steamgifts.com sticky header 的反馈

评价:好评 - 脚本运行良好

§
发布于:2015-10-28
编辑于:2015-10-28

Nice script, but

Very useful script.
But when opening the permalink of a comment, the header get in front of the start of the coment.

I added this to solve this here:
if (!!document.URL.match(/#.{7}$/) && !!$(document.URL.match(/#.{7}$/)[0]).length){ $(document.URL.match(/#.{7}$/)[0])[0].scrollIntoView(); if (window.scrollY < window.scrollMaxY){ window.scrollByLines(-3); } }

发布留言

登录(不可用)以发布留言。

长期地址
遇到问题?请前往 GitHub 提 Issues。