forked from techlore/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvpn.html
661 lines (593 loc) · 20.7 KB
/
vpn.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
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
<!DOCTYPE HTML>
<html lang="en" prefix="og: https://ogp.me/ns#">
<head>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" href="/favicon.ico">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="manifest" href="/site.webmanifest">
<meta name="msapplication-TileColor" content="#000000">
<meta name="theme-color" content="#000">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<!-- Attempted Link Previews -->
<meta property="og:image" content="/assets/techlorePreview.png" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://techlore.tech/vpnchart.html"/>
<meta property="og:title" content="Techlore: Spreading Privacy To The Masses" />
<meta property="og:description" content="The open source Techlore VPN Toolkit aims to bring transparency to the VPN industry."/>
<link rel="stylesheet" href="assets/css/style.css?t=125" type="text/css">
<link rel="stylesheet" href="assets/css/tabulator.min.css" type="text/css">
<title> Techlore | VPN Chart</title>
<meta name="title" content="Techlore: Spreading Privacy To The Masses">
<meta name="description"
content="The open source Techlore VPN Toolkit aims to bring transparency to the VPN industry." />
<!-- Google / Search Engine Tags -->
<meta itemprop="name" content=" Techlore | VPN Chart ">
<meta itemprop="description"
content="The open source Techlore VPN Toolkit aims to bring transparency to the VPN industry.">
<meta itemprop="image" content="./assets/svg/logo_v2.svg"><!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content=" Techlore | Spreading Privacy To The Masses ">
<meta name="twitter:description"
content="The open source Techlore VPN Toolkit aims to bring transparency to the VPN industry.">
<meta name="twitter:image" content="./assets/svg/logo_v2.svg">
<base target="_blank">
<style>
body {
background-image: linear-gradient(to right bottom, #0a4c6d, #00607b, #007581, #00887f, #369a77);
}
._m-revert>div>* {
margin-top: revert;
}
.button {
cursor: pointer;
height: 60px;
display: inline-block;
font-size: 20px;
line-height: 60px;
}
body.noscroll {
overflow: hidden;
}
.container {
display: none;
position: fixed;
margin: auto;
left: 0;
right: 0;
bottom: 10px;
background-color: #0074D9;
border-radius: .3rem;
z-index: 10;
width: 100px;
max-width: 100px;
height: 60px;
text-align: center;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
overflow: hidden;
}
.container.expand {
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.17);
border-radius: .3rem;
width: calc(100vw - 20px);
height: calc(100vh - 140px);
max-width: 500px;
padding: 0;
}
.container.expand .button {
background: #000;
border-radius: .3rem;
padding: 0 1rem;
margin-top: .5rem;
}
.content {
width: 100%;
height: 100%;
opacity: 0;
text-align: left;
}
.expand .content {
opacity: 1;
}
.content .head {
padding: .5rem;
}
.content .head .title {
font-size: 1.5rem;
}
.content .tb {
color: #000;
background-color: #FFF;
width: 100%;
display: block;
max-height: 80%;
padding: .5rem;
padding-bottom: 4rem;
overflow: auto;
box-sizing: border-box;
}
#tb table {
width: 100%;
}
#tb .tb-b {
border-top: 2px solid #000;
}
#tb table.rt2 td {
width: 50%;
}
#tb table.rt3 td {
width: 33.33%;
}
#tb td {
font-size: 16px;
}
#tb tr,
#tb td {
text-align: center;
padding-bottom: 1rem;
}
i.ir {
border-radius: 50%;
height: 30px;
width: 30px;
padding: 5px;
display: inline-flex;
justify-content: center;
align-items: center;
vertical-align: middle;
}
i.ir img {
width: 18px;
}
</style>
<noscript>
<style>
[class*=_aos],
._aos {
opacity: 1 !important;
transform: translate3d(0px, 0px, 0px) !important;
}
</style>
</noscript>
</head>
<body class="page" id="vpn">
<div class="container">
<span class="button">Compare</span>
<div class="content">
<div class="head">
</div>
<div class="tb" id="tb">
<table>
</table>
</div>
</div>
</div>
<nav>
<div class="logo-container">
<a href="./index.html" target="_self"><img alt="techlore-logo" class="logo" src="assets/svg/logo.svg"></a>
</div>
<input type="checkbox" id="menu-btn" />
<label for="menu-btn"><span></span></label>
<ul>
<li><a target="_self" href="./index">Home</a></li>
<li><a target="_self" href="./about">About</a></li>
<li><a target="_self" href="./videos"> Videos </a></li>
<li><a target="_self" href="./goincognito">Go Incognito</a></li>
<li><a target="_self" href="./support">Support Us</a></li>
<li>
<a class="drop" target="_self" href="./resources">Resources</a>
<ul>
<li><a target="_self" href="./resources">All Resources</a></li>
<li><a href="./spa">SPA Quiz</a></li>
<li><a href="./vpn">VPN Toolkit</a></li>
<li><a href="https://plexus.techlore.tech">Plexus</a></li>
</ul>
</li>
<li><a target="_self" href="./contact">Contact</a></li>
<li class="social-cnt">
<div><a href="https://github.com/techlore" target="_blank" rel="me"><img alt="github"
src="assets/svg/github.svg"></a>
</div>
<div><a href="https://www.patreon.com/techlore" target="_blank" rel="me"><img alt="patreon"
src="assets/svg/patreon.svg"></a>
</div>
<div><a href="https://twitter.com/techloreistaken" target="_blank" rel="me"><img alt="twitter"
src="assets/svg/twitter.svg"></a>
</div>
<div><a href="https://mastodon.social/@techlore" target="_blank" rel="me"><img alt="mastodon"
src="assets/svg/mastodon.svg"></a>
</div>
<div><a href="https://discord.gg/9V5xhJm9ZS" target="_blank" rel="me"><img alt="discord"
src="assets/svg/discord.svg"></a>
</div>
<div><a href="https://matrix.to/#/#techlore:matrix.org" target="_blank" rel="me"><img alt="matrix"
src="assets/svg/matrix.svg"></a>
</div>
</li>
</ul>
</nav>
<svg viewBox="0 0 120 20" class="wavet">
<path class="wave"
d="M 0 0 v 6 C 30 6 30 10 60 10 C 91 10 90 6 120 6 C 150 6 150 10 180 10 C 210 10 210 6 240 6 v -6 h -240 z" />
</svg>
<div class="_pt0 cnt">
<div>
<h1>Techlore VPN Toolkit</h1>
<h4>Transparent, community-driven VPN tools.</h4>
</div>
<div class="row">
<div class="col-4">
<select id="flt-field">
<option></option>
<option value="VPN" selected>VPN</option>
<option value="Techlore Score">Techlore Score</option>
</select></div>
<div class="col-4"><input id="flt-value" class="_mt0" type="text" placeholder="Value to filter"></div>
<div class="col-4">
<button id="flt-clear" class="_brd-less _blue">Clear</button></div>
</div>
<hr>
<div><i style="background:#000" class="ir">
<img src="./assets/logos/aflink2.svg" alt="protonVPN-affiliated">
</i> Affiliate Link - Each service has a link to its official website and an affiliate link if you choose to
support Techlore. <a href="https://github.com/techlore-official/channel-content/blob/master/affiliates.md"
target="blank" class="URL_link"> View our strict requirements here </a></div>
<hr>
<div class="_mb2">
<b><em>Tip: Select up to 3 VPNs for a detailed comparison. Resize the chart using the black bar on the right.</b></em>
</div>
</div>
<div id="vpn-table"></div>
<div class="cnt">
<div class="grid card _bg-black-t _m-revert">
<div>
<h1>About the VPN Toolkit</h1>
<p>VPNs are <em>NOT</em> all-in-one privacy or anonymity tools—our goal is to educate users on the benefits & shortcomings of VPNs.
</p>
</div>
<div>
<h3>'Where is service XYZ? What about missing data?'</h3>
<p>This is an open source project reliant on contributors to keep VPN data up-to-date. <a href="https://github.com/techlore/VPN-reviews">Please view and contribute to the project to improve it for everyone.</a></p>
</div>
<div>
<h3>'Do I need a VPN?'</h3>
<p>
Depends on your use-case and threat model. We recommend the following resources covering VPNs and their
use-cases:
<ul>
<li>
<a href="https://www.doineedavpn.com/">'Do I Need a VPN?' Quiz</a>
</li>
<li>
<a href="https://www.ivpn.net/blog/why-you-dont-need-a-vpn/">IVPN's Why you don't need a VPN</a>
</li>
<li>
<a href="https://www.privacyguides.org/providers/vpn/#info">Privacy Guides' VPN Information Breakdown</a>
</li>
</ul>
</p>
</div>
<div>
<h3>'How is this chart sorted?'</h3>
<p>The chart is loosely sorted from 'best' to 'worst', but this is ultimately personal preference. The service at the top of the chart may be perfect for individual A, and terrible for individual B. We encourage users to utilize the data of each service, rather than the order.</p>
</div>
<div>
<h3>Are You a VPN Provider? (FAQ)</h3>
<details>
<summary> 'We can offer you...'</summary>
<div>
We don't care about affiliate rates, or if you have one at all.
We don't evaluate what services to review or how they perform based on affiliate plans. View more
information <a class="link"
href="https://github.com/techlore/channel-content/blob/master/affiliates.md">here</a>.
</div>
</details>
<details>
<summary> 'We want to sponsor a...'</summary>
<div>
We don't accept any form of VPN sponsorships. View more information <a class="link"
href="https://github.com/techlore/channel-content/blob/master/affiliates.md">here</a>.
</div>
</details>
<details>
<summary> 'How do I get my VPN reviewed?'</summary>
<div>
We no longer feel individual VPN reviews are beneficial to our audience. Rather than individually reviewing every VPN service, we'd rather have a chart with objective data points for users to visually see where each service excels. If you want your data on the chart, please contribute to the chart on GitHub.
</div>
</div>
</div>
</div>
<svg viewBox="0 0 120 20">
<path class="wave"
d="M 0,10 C 30,10 30,15 60,15 90,15 90,10 120,10 150,10 150,15 180,15 210,15 210,10 240,10 v 28 h -240 z" />
</svg>
<footer>
<div class="col-3 _flex-center">
<a href="https://www.eff.org/">
<img alt="EFF 2022 Member" style="width:64px;height:64px;" src="assets/svg/effmember.svg">
</a>
<a href="https://directories.onepercentfortheplanet.org/profile/techlore">
<img alt="1Percent For The Planet Member" style="width:64px;height:64px;" src="assets/svg/1pmember.svg">
</a>
Copyright © Techlore, Inc. 2022 | <a target="_self" href="./privacy"> Privacy Policy</a></div></div>
</footer>
<div class="gt-link hide" id="gt-link">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6">
<path d="M12 6H0l6-6z" /></svg>
</a>
</body>
<script src="assets/javascript/tabulator.min.js" type="text/javascript"></script>
<script src="assets/javascript/script.js" type="text/javascript"></script>
<script>
$("#info-afl").html(linkIconAf);
$("#info-nafl").html(linkIcon);
function CSVToJSON(csvData) {
var data = CSVToArray(csvData);
var objData = [];
for (var i = 1; i < data.length; i++) {
objData[i - 1] = {};
for (var k = 0; k < data[0].length && k < data[i].length; k++) {
var key = data[0][k];
objData[i - 1][key] = data[i][k]
}
}
var jsonData = JSON.stringify(objData);
jsonData = jsonData.replace(/},/g, "},\r\n");
return jsonData;
}
function CSVToArray(csvData, delimiter) {
delimiter = (delimiter || ",");
var pattern = new RegExp((
"(\\" + delimiter + "|\\r?\\n|\\r|^)" +
"(?:\"([^\"]*(?:\"\"[^\"]*)*)\"|" +
"([^\"\\" + delimiter + "\\r\\n]*))"), "gi");
var data = [
[]
];
var matches = null;
while (matches = pattern.exec(csvData)) {
var matchedDelimiter = matches[1];
if (matchedDelimiter.length && (matchedDelimiter != delimiter)) {
data.push([]);
}
if (matches[2]) {
var matchedDelimiter = matches[2].replace(
new RegExp("\"\"", "g"), "\"");
} else {
var matchedDelimiter = matches[3];
}
data[data.length - 1].push(matchedDelimiter);
}
return (data);
}
$(document).ready(function () {
var opened = false;
$('.button').on("click", () => {
opened = !opened;
if (opened) $(".button").html("Close");
else $(".button").html("Compare");
$('.button').parent().toggleClass('expand');
$('body').toggleClass("noscroll");
gt_btn.className = "gt-link hide";
});
var table;
var fieldEl = document.getElementById("flt-field");
var valueEl = document.getElementById("flt-value");
//Custom filter example
function customFilter(data) {
return data.car && data.rating < 3;
}
//Trigger setFilter function with correct parameters
function updateFilter() {
var filterVal = fieldEl.options[fieldEl.selectedIndex].value;
var filter = filterVal == "function" ? customFilter : filterVal;
if (filterVal == "function")
valueEl.disabled = true;
else
valueEl.disabled = false;
if (filterVal) {
var filterType = "like";
if (filterVal == "Techlore Score") filterType = ">=";
table.setFilter(filter, filterType, valueEl.value);
}
}
//Update filters on value change
document.getElementById("flt-field").addEventListener("change", updateFilter);
document.getElementById("flt-value").addEventListener("keyup", updateFilter);
//Clear filters on "Clear Filters" button click
document.getElementById("flt-clear").addEventListener("click", function () {
fieldEl.value = "";
valueEl.value = "";
table.clearFilter();
});
//Get CSV data
var jsonData;
fetch("https://raw.githubusercontent.com/techlore-official/VPN-reviews/master/VPNchart.csv")
.then(response => response.text())
.then(text => {
//Use CSV text and convert to json
jsonData = JSON.parse(CSVToJSON(text));
var f=jsonData.length - 1 ;
while(jsonData[f]["Techlore Score"] <1){
jsonData.pop();
f--;
}
table = new Tabulator("#vpn-table", {
data: jsonData, //load row data from array
resizableColumns: false,
placeholder: "No Data Available", //display message to user on empty table
layout: "fitData",
selectable: 3, //make rows selectable
selectableRollingSelection: false,
rowSelectionChanged: function (data, rows) {
if (data.length > 1) {
$('.container').show();
var tb = "<table class='rt" + data.length + "'>";
var strh = "<div class='row keep-width _centered'>";
for (var j = 0; j < data.length; j++) {
strh += "<div class='title'>" + data[j]["VPN"] + " </div>";
}
$(".head").html(strh + "</div>");
var keys = Object.keys(data[0]);
keys.splice(0, 3);
for (const key in keys) {
tb += "<tr><td colspan='" + data.length + "' class='tb-b'><h4>" + keys[key] +
"</h4></td></tr><tr>";
for (var i = 0; i < data.length; i++) {
var v = data[i];
v = v[keys[key]];
tb += "<td>" + v + "</td>";
}
tb += "</tr>";
}
tb += "</table>";
$("#tb").html(tb);
} else {
$('.container').hide();
}
console.log("compare : " + data.length)
},
initialSort: [ //set the initial sort order of the data
{
column: "Techlore Score",
dir: "disc"
},
],
autoColumns: true,
autoColumnsDefinitions: [{
field: "VPN",
hozAlign: "left",
formatter: "name"
},
{
field: "VPN Affiliate Link",
visible: false
},
{
field: "VPN Standard Link",
visible: false
},
{
field: "Review Version",
visible: false
},
{
field: "OpenVPN",
formatter: "check"
},
{
field: "Wireguard",
formatter: "check"
},
{
field: "System Killswitch",
formatter: "check"
},
{
field: "App Killswitch",
formatter: "check"
},
{
field: "IPV6 Supported/Blocked",
formatter: "check"
},
{
field: "2FA",
formatter: "check"
},
{
field: "Misleading Marketing",
formatter: "check"
},
{
field: "Warrant Canary/Transparacy Report",
formatter: "check"
},
{
field: "Analytics Concerns",
formatter: "check"
},
{
field: "Anon Payment",
formatter: "check"
},
{
field: "Anon Signup",
formatter: "check"
},
{
field: "Misleading Marketing",
formatter: "check"
},
{
field: "Windows Client",
formatter: "check"
},
{
field: "MacOS Client",
formatter: "check"
},
{
field: "Android Client",
formatter: "check"
},
{
field: "iOS Client",
formatter: "check"
},
{
field: "P2P Friendly",
formatter: "check"
},
{
field: "Open Source Clients",
formatter: "check"
},
{
field: "Multihop",
formatter: "check"
},
{
field: "Port Forwarding",
formatter: "check"
},
{
field: "Affiliate Program",
formatter: "check"
},
{
field: "Helps Privacy Causes",
formatter: "check"
},
],
});
})
.then(() => {
var table = document.getElementById('vpn-table');
table.className = table.className + ' resizable';
var resizer = document.createElement('div');
resizer.className = 'resizer';
table.appendChild(resizer);
resizer.addEventListener('mousedown', initDrag, false);
var startX, startY, startWidth, startHeight;
function initDrag(e) {
table.style.userSelect = "none";
startX = e.clientX;
console.log("startx--> " + startX);
startWidth = parseInt(document.defaultView.getComputedStyle(table).width, 10);
console.log("startw--> " + startWidth);
document.documentElement.addEventListener('mousemove', doDrag, false);
document.documentElement.addEventListener('mouseup', stopDrag, false);
}
function doDrag(e) {
table.style.width = (startWidth + 2 * (e.clientX - startX)) + 'px';
}
function stopDrag(e) {
table.style.userSelect = "auto";
document.documentElement.removeEventListener('mousemove', doDrag, false);
document.documentElement.removeEventListener('mouseup', stopDrag, false);
}
});
});
</script>
</html>