1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-03 20:16:33 +02:00

Added options page for webextension.

This commit is contained in:
kkapsner 2017-06-25 22:11:28 +02:00
parent 59f5fc39e1
commit 6c3b27e7e4
6 changed files with 293 additions and 2 deletions

11
options/options.html Normal file
View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>CanvasBlocker Settings</title>
<link href="options.css" rel="stylesheet" type="text/css">
</head>
<body>
<script src="buildPrefInputs.js"></script>
<script src="options.js"></script>
</body>
</html>