Fix and remove annoying web elements such as sticky headers, floating boxes, floating videos, dickbars, social share bars and other distracting elements.
Creative Commons Attribution Share Alike 4.0 International
1.31k
stars
48
forks
source link
Scrolling header when creating a set on quizlet #129
The header shown in the screenshot scrolls with the page, taking a significant amount of screen real estate.
Screenshot(s)
Notes
This probably requires an account.
The filter quizlet.com##.CreateSetHeader-sticky:style(position: absolute !important;) is working nicely for me; if you want something more specific, I believe something targeting quizlet.com/create-set, quizlet.com/*/autosaved, and quizlet.com/*/edit should cover every page this pops up on that I know of.
URL(s) where the issue occurs
https://quizlet.com/create-set
Describe the issue
The header shown in the screenshot scrolls with the page, taking a significant amount of screen real estate.
Screenshot(s)
Notes
This probably requires an account. The filter
quizlet.com##.CreateSetHeader-sticky:style(position: absolute !important;)
is working nicely for me; if you want something more specific, I believe something targetingquizlet.com/create-set
,quizlet.com/*/autosaved
, andquizlet.com/*/edit
should cover every page this pops up on that I know of.