Skip to content

Optimize scroll event hook #5

@RalphORama

Description

@RalphORama

The current implementation hooks the scroll event, which gets fired rapidly and repeatedly every time the user scrolls. Should probably implement some sort of delta time checking so the hiding routine doesn't run more than once every 100ms or so.

TODO:

  • Implement delay
  • Allow user to customize delay amount
    • Add number input to the page action
    • Fetch the value and assign it to filterDelay in the content script

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions