-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpopup.html
35 lines (35 loc) · 1.16 KB
/
popup.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<!--
- This file is part of Adblock Plus <https://adblockplus.org/>,
- Copyright (C) 2006-present eyeo GmbH
-
- Adblock Plus is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License version 3 as
- published by the Free Software Foundation.
-
- Adblock Plus is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>.
-->
<html>
<head>
<title>Adblock Plus</title>
<meta charset="utf-8">
<script src="js/jquery.js"></script>
</head>
<body style="width: 340px;font-size: 14px;font-weight:bold; line-height: 1.42857143;">
<header>
<h2>设置</h2>
</header>
<main>
<label class="checkbox">
<input type="checkbox" id="editableCSDN"> CSDN editable
</label>
</main>
</body>
<script src="js/options.js"></script>
</html>