mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-17 23:08:33 +02:00
Created WebExtension showing how to use the Cookies API (#114)
This commit is contained in:
committed by
wbamberg
parent
07375ca50a
commit
b7048d83df
19
list-cookies/cookies.html
Normal file
19
list-cookies/cookies.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="cookies.css"/>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="panel">
|
||||
<div class="panel-section panel-section-header">
|
||||
<div class="text-section-header" id="header-title"></div>
|
||||
</div>
|
||||
<ul id="cookie-list">
|
||||
</ul>
|
||||
<script src="cookies.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user