Skip to content

Commit

Permalink
Minor copy updates
Browse files Browse the repository at this point in the history
  • Loading branch information
andryou committed Dec 20, 2016
1 parent 2bc046e commit e17c660
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions html/updated.html
Expand Up @@ -31,7 +31,7 @@
</div>
<hr>
<div class="panel panel-success">
<div class="panel-heading"><h3>Updated to v<span id="versionno"></span>! (Saturday, December 17, 2016)</h3></div>
<div class="panel-heading"><h3>Updated to v<span id="versionno"></span>! (Monday, December 19, 2016)</h3></div>
<div class="panel-body">
<p>In this release you will find the following updates:</p>
<ul>
Expand Down Expand Up @@ -67,7 +67,7 @@
</p>
</div>
<hr>
<p><strong>Just as a note: ScriptSafe does not have any backdoors, nor does it contact any third-party server at any point in time. ScriptSafe was created by one ordinary guy (me), lovingly coded in my bedroom, without any intention other than to give you back control of the Internet.</strong><br /><br /><i>You can go through the code on Github (<a href="https://github.com/andryou/scriptsafe" target="_blank">https://github.com/andryou/scriptsafe</a>) AND the actual instance installed on your computer by going to C:\Users\<strong>**your username**</strong>\AppData\Local\Google\Chrome\User Data\Default\Extensions\oiigbmnaadbkfbmpbfijlflahbdbdgdf (for non-Windows users, search for a folder named <strong>oiigbmnaadbkfbmpbfijlflahbdbdgdf</strong>)</i></p>
<p><strong>Just as a note: ScriptSafe does not have any backdoors, nor does it contact any third-party server at any point in time. ScriptSafe was created by one ordinary guy (me), lovingly coded in my bedroom, without any intention other than to give you back control of the Internet. ScriptSafe is released under the GNU GPLv3 license for true open-source freedom.</strong><br /><br /><i>You can go through the code on Github (<a href="https://github.com/andryou/scriptsafe" target="_blank">https://github.com/andryou/scriptsafe</a>) AND the actual instance installed on your computer by going to C:\Users\<strong>**your username**</strong>\AppData\Local\Google\Chrome\User Data\Default\Extensions\oiigbmnaadbkfbmpbfijlflahbdbdgdf (for non-Windows users, search for a folder named <strong>oiigbmnaadbkfbmpbfijlflahbdbdgdf</strong>)</i></p>
<br />
<div class="text-center">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" style="display: inline;">
Expand Down
2 changes: 1 addition & 1 deletion js/updated.js
Expand Up @@ -8,7 +8,7 @@ document.addEventListener('DOMContentLoaded', function () {
xhr.send(null);
return JSON.parse(xhr.responseText).version;
}());
$("#title").html("ScriptSafe v"+version);
$("#title").html("ScriptSafe v"+version+" BETA 2");
$('#versionno').html(version);
$("#loadoptionspage").click(function() { location.href='options.html'; });
$("#closepage").click(function() { window.open('', '_self', '');window.close(); });
Expand Down

0 comments on commit e17c660

Please sign in to comment.