Skip to content

Commit

Permalink
Username change, minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
aghorler authored Nov 15, 2016
1 parent f3e7563 commit 76f0588
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
20 changes: 11 additions & 9 deletions html/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h3>Advanced options</h3>
</div>

<p>
<a href="https://github.com/rentamob/WebRTC-Leak-Prevent/blob/master/DOCUMENTATION.md#what-do-the-settings-mean-and-do"><i>What do these options mean?</i></a>
<a href="https://github.com/aghorler/WebRTC-Leak-Prevent/blob/master/DOCUMENTATION.md#what-do-the-settings-mean-and-do"><i>What do these options mean?</i></a>
</p>
</div>

Expand All @@ -54,20 +54,22 @@ <h3>Advanced options</h3>
<p id="incognitoAllowed" style="color:green;">Enabled</p>

<p id="incognitoDisallowed" style="color:red;">
Not enabled. <a style="color:red;" href="https://github.com/rentamob/WebRTC-Leak-Prevent/blob/master/DOCUMENTATION.md#what-is-incognito-protection"><i>Learn more.</i></a>
Not enabled. <a style="color:red;" href="https://github.com/aghorler/WebRTC-Leak-Prevent/blob/master/DOCUMENTATION.md#what-is-incognito-protection"><i>Learn more.</i></a>
</p>
</div>

<span id="applyButton">
<button id="save">Apply settings</button>
</span>
<p>
<span id="applyButton">
<button id="save">Apply settings</button>
</span>

<span id="status"></span>

<script src="/js/options.js"></script>
<span id="status"></span>
</p>

<p align="center" style="color:grey">
Developed by rentamob | <a href="https://www.reddit.com/user/rentamob/">/u/rentamob</a> on reddit | <a href="https://github.com/rentamob/WebRTC-Leak-Prevent">GitHub source</a>
Developed by Aaron Horler (aghorler) | <a href="https://github.com/aghorler/WebRTC-Leak-Prevent">GitHub source</a>
</p>

<script src="/js/options.js"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "WebRTC Leak Prevent",
"version": "1.0.9",
"version": "1.0.10",
"description": "Prevent WebRTC leaks, without blocking WebRTC.",
"icons": {
"128": "/img/icon128.png"
Expand Down

0 comments on commit 76f0588

Please sign in to comment.