Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 487 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 487 Bytes

Content blurring using Firefox's theming API

Greatly improve Firefox's performance with this demo.

How it works?

  • Uses runtime messaging to communicate page scrolls
  • Uses tabs.captureVisibleTab() to the top of the page
  • Uses a slightly modified version of stackblur.js to blur the capture
  • Uses theme.update(windowId, {headerURL: ...}) to update the browser theme

Credits