Files
webextensions-examples/forget-it
rebloor 82217a05bc Replace var with let in examples (#484)
* Replace var with let in examples

store-collected-images/webextension-plain/deps/uuidv4.js

* Reverted third–party code
2022-08-11 04:27:28 +12:00
..
2017-02-21 16:08:12 -08:00
2017-02-21 16:08:12 -08:00
2017-02-21 16:08:12 -08:00
2017-02-21 16:08:12 -08:00

Forget it!

This add-on adds a button to the browser's toolbar. When the user clicks the button, the add-on clears some browsing data using the browsingData API. The details of what exactly it clears are determined by the add-on's settings, which can be accessed and modified in its options page.

The example shows how to use the browsingData API, and how to use the options page to handle settings.