mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-17 14:59:12 +02:00
Add proxy example (#225)
* Add proxy example * Updated after review comments
This commit is contained in:
19
proxy-blocker/options/options.html
Normal file
19
proxy-blocker/options/options.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="options.css"/>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<section>
|
||||
<span class="title">Hosts to block:</span>
|
||||
<textarea id="blocked-hosts" rows="10" cols="50"></textarea>
|
||||
</section>
|
||||
|
||||
<script src="options.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user