-
Notifications
You must be signed in to change notification settings - Fork 3
/
main.html
27 lines (26 loc) · 1.4 KB
/
main.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
<!--///////////////////////////////////////////////////////////////////////
// //
// Switchy! Chrome Proxy Manager and Switcher //
// Copyright (c) 2009 Mohammad Hejazi (mohammadhi at gmail d0t com) //
// Dual licensed under the MIT and GPL licenses. //
// //
////////////////////////////////////////////////////////////////////////-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script src="assets/libs/jquery-1.4.min.js" type="text/javascript"></script>
<script src="assets/libs/jquery.base64.js" type="text/javascript"></script>
<script src="assets/scripts/logger.js" type="text/javascript"></script>
<script src="assets/scripts/settings.js" type="text/javascript"></script>
<script src="assets/scripts/i18n.js" type="text/javascript"></script>
<script src="assets/scripts/profileManager.js" type="text/javascript"></script>
<script src="assets/scripts/ruleManager.js" type="text/javascript"></script>
<script src="assets/scripts/main.js" type="text/javascript"></script>
<script src="assets/scripts/utils.js" type="text/javascript"></script>
</head>
<body>
<embed id="plugin" type="application/x-mhdhejazi-switchy-1.6" height="0" width="0" />
<script type="text/javascript">
init();
</script>
</body>
</html>