forked from CatBlock/catblock
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbackground_safari.html
More file actions
21 lines (21 loc) · 864 Bytes
/
background_safari.html
File metadata and controls
21 lines (21 loc) · 864 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<html>
<head>
<script src="lib/punycode.min.js"></script>
<script src="lib/jquery.min.js"></script>
<script src="js/port.js"></script>
<script src="js/functions.js"></script>
<script src="filtering/domainset.js"></script>
<script src="filtering/filteroptions.js"></script>
<script src="filtering/filtertypes.js"></script>
<script src="filtering/filterset.js"></script>
<script src="filtering/declarativewebrequest.js"></script>
<script src="filtering/myfilters.js"></script>
<script src="filtering/filternormalizer.js"></script>
<script src="js/idlehandler.js"></script>
<script src="catblock/channels.js"></script>
<script src="js/background.js"></script>
<script src="js/safari_bg.js"></script>
</head>
<body>
</body>
</html>