mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 05:11:19 -04:00
Start a webextension
This commit is contained in:
parent
5aca6028f9
commit
49dedf3a2f
11 changed files with 53 additions and 4 deletions
16
proxy/webext/snowflake.html
Normal file
16
proxy/webext/snowflake.html
Normal file
|
@ -0,0 +1,16 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<!-- FIXME: Use a "script" instead of a "page" in the manifest.json -->
|
||||
<script src="tmp.js"></script>
|
||||
<script src="snowflake.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<!-- FIXME: Refactor snowflake.js to eliminate the need for this -->
|
||||
<div>
|
||||
<div id="status"></div>
|
||||
<textarea id="msglog" readonly></textarea>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue