Unfix Fixed Elements

Intelligently reverses ill-conceived element fixing on sites like Medium.com

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
作者
x0a
1日のインストール数
0
累計インストール数
109
評価
0 0 0
バージョン
3.0
作成日
2018/12/16
更新日
2019/06/07
大きさ
13.2KB
ライセンス
不明
対象サイト
すべてのサイト

Description

Removes annoying sticky headers, footers, navigation bars and banners from websites like Medium.com

Synopsis

On my personal laptop, the header and footer on Medium.com obscure a whopping 40% of horizontal screen space.

A very simple, but naive, way to solve the problem would be to find and override every fixed block element with {display: none}. This works but you may lose important elements of the page such as navigation, modals, alerts and prompts. Another method would be to change position to "relative", "static" or "absolute". But this severely breaks scrolling on a site like Medium, and can lead to garbled pages if an element's position in HTML is vastly different from its expected position on the page. A much more effective solution is to conditionally hide/show fixed elements depending on the user's scroll position on the page.

Additional usage

Press Alt + Shift + F to toggle unfixing and re-fixing on a specific website. The exemption will be remembered until you hit Alt + Shift + F again.