Files
webextensions-examples/history-deleter
Hrishi Hiraskar 6bb818e62a Removed innerHTML (#116)
* Removed innerHTML

* Removed innerHTML

* Removed innerHTML

* Removed innerHTML
2016-10-22 09:24:33 -07:00
..
2016-10-13 22:19:37 +05:30
2016-10-22 09:24:33 -07:00

History deleter

What it does

This extension includes a page action with a popup specified as "history.html". The page action will not appear on about:... pages.

The popup shows a list of 5 history entries for the current domain. It provides a clear button to delete all entries for that domain.

What it shows

How to use the history API.