-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
183 lines (164 loc) · 6.48 KB
/
index.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description"
content="Daily updated proxy lists: HTTP, HTTPS, SOCKS4, SOCKS5. Free, fast, and reliable proxies for web scraping, SEO tools, and online anonymity.">
<meta name="keywords"
content="proxy list, free proxy servers, HTTP proxies, SOCKS5 proxies, fast proxies, reliable proxies, web scraping, anonymity, updated proxies">
<meta name="author" content="Fresh Proxy Team">
<meta name="robots" content="index, follow">
<title>Fresh Proxy List</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.8.3/angular.min.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-XXXXX-Y"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-XXXXX-Y');
</script>
<script src="static/script.js"></script>
<style>
body {
background-color: #121212;
color: #e0e0e0;
font-family: 'Arial', sans-serif;
}
h2, h4 {
color: #ff4081;
}
.btn-primary {
background-color: #6200ea;
border-color: #6200ea;
}
.btn-primary:hover {
background-color: #3700b3;
border-color: #3700b3;
}
.btn-success {
background-color: #03dac6;
border-color: #03dac6;
}
.btn-success:hover {
background-color: #018786;
border-color: #018786;
}
.btn-danger {
background-color: #cf6679;
border-color: #cf6679;
}
.btn-danger:hover {
background-color: #b00020;
border-color: #b00020;
}
.table-hover thead tr {
background-color: #1f1f1f;
color: #e0e0e0;
}
.table-hover tbody tr {
background-color: #2c2c2c;
}
.table-hover tbody tr:hover {
background-color: #333333;
}
.form-control {
background-color: #1f1f1f;
color: #e0e0e0;
border: 1px solid #333333;
}
.form-control:focus {
background-color: #333333;
color: #ffffff;
border: 1px solid #6200ea;
}
@media (max-width: 768px) {
.table-responsive {
overflow-x: auto;
}
.table-hover td {
font-size: 12px;
}
}
</style>
</head>
<body>
<div ng-app="freshproxy">
<div class="container" data-ng-controller="proxyTableCtrl">
<div class="row" style="text-align: center">
<hr>
<h2>{{ title }}</h2>
<a href="https://github.com/vakhov/fresh-proxy-list" style="color: #03dac6;">View on Github</a>
<h4 ng-show="title==='Proxies'">Last Updated on {{ lastUpdated | date }}</h4>
<hr>
</div>
<div class="row" style="text-align: center">
<button class="btn btn-primary" onclick="window.open('/fresh-proxy-list/proxylist.json')">Download as JSON
</button>
<button class="btn btn-primary" onclick="window.open('/fresh-proxy-list/proxylist.csv')">Download as CSV
</button>
<button class="btn btn-primary" onclick="window.open('/fresh-proxy-list/proxylist.txt')">Download as TXT
</button>
<button class="btn btn-primary" onclick="window.open('/fresh-proxy-list/proxylist.phps')">Download as PHP
</button>
<button class="btn btn-primary" onclick="window.open('/fresh-proxy-list/proxylist.xml')">Download as XML
</button>
<button class="btn btn-success" onclick="exportToCSV()">Export All Proxies</button>
<button class="btn btn-danger" ng-click="clearCache()">Refresh Data</button>
<hr>
</div>
<div class="row" ng-show="title==='Proxies'">
<div class="table-responsive">
<table class="table table-hover" style="text-align: center">
<thead>
<tr>
<td>#</td>
<td>IP</td>
<td>Port</td>
<td>Country code</td>
<td>Country name</td>
<td>City</td>
<td>Type</td>
<td>Anonymity</td>
</tr>
<tr>
<td></td>
<td><input type="text" placeholder="Search" class="form-control" ng-model="search.ip"></td>
<td><input type="text" placeholder="Search" class="form-control" ng-model="search.port"></td>
<td><input type="text" placeholder="Search" class="form-control" ng-model="search.country_code">
</td>
<td><input type="text" placeholder="Search" class="form-control" ng-model="search.country_name">
</td>
<td><input type="text" placeholder="Search" class="form-control" ng-model="search.city"></td>
<td><input type="text" placeholder="Search" class="form-control" ng-model="search.type"></td>
<td><input type="text" placeholder="Search" class="form-control" ng-model="search.anon_verbose">
</td>
</tr>
</thead>
<tbody>
<tr ng-repeat="n in data | filter: search">
<td>{{ $index+1 }}</td>
<td>{{ n.ip }}</td>
<td>{{ n.port }}</td>
<td>{{ n.country_code }}</td>
<td>{{ n.country_name }}</td>
<td>{{ n.city }}</td>
<td>{{ n.type }}</td>
<td>{{ n.anon_verbose }}</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<script>
function exportToCSV() {
window.open('/fresh-proxy-list/proxylist.csv');
}
</script>
</body>
</html>