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 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>Proxy Switcher and Manager :: Options</title>
</head>
<body>
<style>
body {
min-width: 500px;
padding: 10px;
}
table {width: 100%;}
th {
background-color: rgba(0, 0, 0, 0.05);
height: 24px;
}
hr {
border: none;
border-top: dashed 1px #ccc;
padding: 0;
margin: 0;
}
td:first-child {
text-align: left;
}
td:last-child {
text-align: right;
white-space: nowrap;
}
button:not(:first-child) {
margin-left: 6px;
}
</style>
<table>
<thead>
<tr>
<th colspan="2">Badge</th>
</tr>
</thead>
<tbody>
<tr>
<td>Display badge counter for errors<sup>1</sup></td>
<td><input type="checkbox" id="counter"></td>
</tr>
<tr>
<td>Badge color for the counter</td>
<td><input type="color" id="color"></td>
</tr>
<tr>
<td>Display first profile letter on the "Manual Proxy" mode</td>
<td><input type="checkbox" id="text"></td>
</tr>
</tbody>
<thead>
<tr>
<th colspan="2">Color Codes</th>
</tr>
</thead>
<tbody>
<tr>
<td>Direct</td>
<td><input type="color" id="no-proxy"></td>
</tr>
<tr>
<td>Auto Detect</td>
<td><input type="color" id="auto-proxy"></td>
</tr>
<tr>
<td>System Proxy</td>
<td><input type="color" id="system-proxy"></td>
</tr>
<tr>
<td>Manual Proxy</td>
<td><input type="color" id="manual-proxy"></td>
</tr>
<tr>
<td>PAC Script</td>
<td><input type="color" id="pac-proxy"></td>
</tr>
</tbody>
<thead>
<tr>
<th colspan="2">Find a Proxy Server</th>
</tr>
</thead>
<tbody>
<tr>
<td>Server</td>
<td><select id="server">
<option value="https://gimmeproxy.com/api/getProxy">gimmeproxy.com</option>
<option value="https://api.getproxylist.com/proxy">getproxylist.com</option>
</select></td>
</tr>
<tr>
<td>While Validating Switch to:</td>
<td><select id="validate-mode">
<option value="direct">Direct</option>
<option value="auto_detect">Auto Detect</option>
<option value="system">System Proxy</option>
<option value="fixed_servers">Manual Proxy</option>
</select></td>
</tr>
<tr>
<td>Anonymity</td>
<td><select id="anonymity">
<option value="">Any</option>
<option value="transparent">Transparent</option>
<option value="anonymous">Anonymous</option>
<option value="high anonymity">High Anonymity</option>
</select></td>
</tr>
<tr>
<td>Allows Referrer Header</td>
<td><select id="allowsRefererHeader">
<option value="">Any</option>
<option value="true">True</option>
<option value="false">False</option>
</select></td>
</tr>
<tr>
<td>Allows User-agent Header</td>
<td><select id="allowsUserAgentHeader">
<option value="">Any</option>
<option value="true">True</option>
<option value="false">False</option>
</select></td>
</tr>
<tr>
<td>Allows Custom Headers</td>
<td><select id="allowsCustomHeaders">
<option value="">Any</option>
<option value="true">True</option>
<option value="false">False</option>
</select></td>
</tr>
<tr>
<td>Allows Cookies</td>
<td><select id="allowsCookies">
<option value="">Any</option>
<option value="true">True</option>
<option value="false">False</option>
</select></td>
</tr>
<tr>
<td>Country</td>
<td><select id="country">
<option value="">Any</option>
<option value="US">US</option>
<option value="BR">BR</option>
<option value="ID">ID</option>
<option value="CN">CN</option>
<option value="RU">RU</option>
<option value="BD">BD</option>
<option value="IN">IN</option>
<option value="UA">UA</option>
<option value="IT">IT</option>
</select></td>
</tr>
</tbody>
<thead>
<tr>
<th colspan="2">Misc</th>
</tr>
</thead>
<tbody>
<tr>
<td>Startup Proxy:</td>
<td><select id="startup-proxy">
<option value="no">Do not alter</option>
<option value="direct">Direct</option>
<option value="auto_detect">Auto Detect</option>
<option value="system">System Proxy</option>
</select></td>
</tr>
<tr>
<td>Open FAQs page on updates</td>
<td><input type="checkbox" id="faqs"></td>
</tr>
</tbody>
</table>
<p style="display: flex; align-items: flex-end;">
</p>
<p style="display: flex; align-items: center;">
<button id="import">Import<sup>2</sup></button>
<button id="export">Export</button>
<span style="flex: 1;"></span>
<button id="reset">Reset</button>
<button id="save">Save</button>
<span id="status"></span>
</p>
<hr>
<p>
1: Display resource errors of the current page in the badge area
<br>
2: Importing will overwrite the current user-defined profiles (do an export before importing)
</p>
<div>
<button id="support">Support Development</button>
</div>
<script src="index.js"></script>
</body>
</html>
|