summaryrefslogtreecommitdiffstats
path: root/src/about.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/about.html')
-rw-r--r--src/about.html85
1 files changed, 85 insertions, 0 deletions
diff --git a/src/about.html b/src/about.html
new file mode 100644
index 0000000..2dd97d3
--- /dev/null
+++ b/src/about.html
@@ -0,0 +1,85 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="UTF-8">
+ <title data-i18n="about">FoxyProxy </title>
+ <link rel="icon" type="image/png" href="/images/icon.svg">
+ <link rel="stylesheet" href="styles/fontawesome-4.6.3.css">
+ <link rel="stylesheet" href="styles/app.css">
+ <style>
+ h3 { border-bottom: 1px solid #ddd; max-width: 20em; }
+ h3:not(:first-of-type) { margin-top: 2em; }
+ h4 { margin-bottom: 0; display: inline-block; }
+ p, img { margin-left: 1em; }
+ i.fa {
+ font-size: 1.3em;
+ margin-right: 0.4em;
+ width: 1em;
+ }
+ i.fa.fa-lock { color: #080; }
+ li.sub { margin-left: 2em; list-style-type: circle; }
+ li.sub + li:not(.sub) { margin-top: 1em; }
+ </style>
+ </head>
+ <body>
+
+ <!-- header -->
+ <div class="prime header" data-i18n="about"></div>
+
+ <!-- main -->
+ <div class="prime">
+
+ <!-- welcome on install/update -->
+ <div class="welcome hide">
+ <h3>Welcome!</h3>
+ <p>FoxyProxy has been around for almost 15 years. So if you're upgrading from a legacy version, and your proxy settings are missing, please <a href="/import.html">import</a> them.<br>
+ <strong>(This message only appears after FoxyProxy has upgraded or is first installed.)</strong></p>
+ </div>
+
+ <h3>Info</h3>
+ <p><strong>Edition:</strong> <span id="edition"></span><br>
+ <strong>Version:</strong> <span id="version"></span><br>
+ <strong>Source Code:</strong> <a target="_blank" href="https://github.com/foxyproxy/firefox-extension">GitHub</a></p>
+
+ <h3>Help</h3>
+ <p>
+ <a href="https://support.getfoxyproxy.org/" target="_blank"><i class="fa fa-question"></i>Open a Support Ticket </a><i>(no registration required)</i><br>
+ <a href="mailto:support@getfoxyproxy.org"><i class="fa fa-envelope-o"></i>Email Support</a><br>
+ <span class="notForBasic"><a href="/pattern-tester.html"><i class="fa fa-flask"></i>Pattern Test</a> &amp; <a href="/pattern-help.html"><i class="fa fa-question-circle"></i>Pattern Help</a> <i>(no internet connection required)</i><br></span>
+ <a href="https://getfoxyproxy.org/geoip/" target="_blank"><i class="fa fa-globe"></i>What's my IP Address?</a>
+ </p>
+
+ <h3>Support Me</h3>
+ <p>Please <a href="https://www.paypal.me/ericjung2/5.99" target="_blank">donate</a> or <a href="https://getfoxyproxy.org/order/" target="_blank">buy dedicated VPN/Proxy Servers</a> in over 100 countries (including such remote places like <a href="https://wikipedia.org/wiki/RĂ©union" target="_blank">Reunion Island</a>).</p>
+ <p><strong>Thank you for using FoxyProxy!</strong></p>
+ <img src="/images/ericjung.png" alt=""><br>
+ <p>&mdash; <a href="mailto:eric.jung@getfoxyproxy.org">Eric H. Jung</a><br>Denver, Colorado, USA</p>
+
+ <h3>Release Notes for Recent Releases</h3>
+ <h4>Version 7.5.1</h4>
+ <ul>
+ <li>French translation -- Thanks <a target="_blank" href="https://github.com/samuikaze">samuikaze</a>.</li>
+ <li>Traditional Chinese translation -- Thanks <a target="_blank" href="https://github.com/Hugo-C">Hugo-C</a>.</li>
+ <li>Russian translation -- Thanks Vadim.</li>
+ </ul>
+ <h4>Version 7.5</h4>
+ <ul>
+ <li>Import Proxy Lists! Long requested feature. See <a href="https://github.com/foxyproxy/firefox-extension/wiki/Import-Proxy-List">help</a>.</li>
+ <li>Simplified Chinese translation -- Thanks <a target="_blank" href="https://github.com/wsxy162">FeralMeow</a>.</li>
+ <li>Display <strong>Synchronize Settings</strong> for new installations when there are no proxies defined. Reported <a href="https://github.com/foxyproxy/firefox-extension/issues/83">here</a>.</li>
+ <li>Fixed: <strong>Import Settings</strong> bug especially painful for people using the <a href="https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-connect-master-node-proxy.html">example at AWS</a>.
+ Reported <a href="https://github.com/foxyproxy/firefox-extension/issues/76">here</a>. Also fixed bug whereby spinner did not hide after import settings errors.</li>
+ <li>Minor security improvements -- do not accept embedded HTML/JS in other form fields</li>
+ <li><strong>Turn Off (Use Firefox Settings)</strong> should be first in list. Reported <a href="https://github.com/foxyproxy/firefox-extension/issues/78">here</a>.</li>
+ <li>Fixed: Firefox overflow menu displays wrong info for FoxyProxy. Reported <a href="https://github.com/foxyproxy/firefox-extension/issues/84">here</a>.</li>
+ </ul>
+ <div style="text-align: right;">
+ <button type="button" class="button" data-i18n="back">&#x25c1; </button>
+ </div>
+
+ </div>
+
+ <script src="scripts/utils.js"></script>
+ <script src="scripts/about.js"></script>
+ </body>
+</html>