mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-27 19:37:04 +02:00
provide an example using the history api
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="history.css"/>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p>History for this domain (limited to 5 results):</p>
|
||||
<p id="history"></p>
|
||||
<p><a href="#" id="clear">Clear history for this domain</a></p>
|
||||
<script src="history.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user