Skip to content

Commit

Permalink
Prep v1.0.9.3 Chrome beta
Browse files Browse the repository at this point in the history
  • Loading branch information
andryou committed Dec 8, 2017
1 parent 24d4f67 commit 6c4c9b0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion html/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</head>
<body>
<div id="container">
<div id="header"><a href="javascript:;" id="pop_webstore">ScriptSafe v<span id="version"></span></a><div><a href="javascript:;" id="pop_options">Options</a> | <a href="javascript:;" id="pop_log">Log</a> | <span class="box box3" id="pop_refresh"><span class="glyphicon glyphicon-refresh" aria-hidden="true"></span></span> | <span class="box box4 closebtn" id="pop_close"><span class="glyphicon glyphicon-remove" aria-hidden="true"></span></span></div></div>
<div id="header"><a href="javascript:;" id="pop_webstore">ScriptSafe v<span id="version"></span> BETA</a><div><a href="javascript:;" id="pop_options">Options</a> | <a href="javascript:;" id="pop_log">Log</a> | <span class="box box3" id="pop_refresh"><span class="glyphicon glyphicon-refresh" aria-hidden="true"></span></span> | <span class="box box4 closebtn" id="pop_close"><span class="glyphicon glyphicon-remove" aria-hidden="true"></span></span></div></div>
<table border="0" cellpadding="0" cellspacing="0">
<tr><th id="currentdomain"></th></tr>
<tr><td id="parent"></td></tr>
Expand Down
4 changes: 2 additions & 2 deletions html/updated.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
</div>
<hr>
<div class="panel panel-success">
<div class="panel-heading"><h3>Updated to v<span id="versionno"></span>! (_, December _, 2017)</h3></div>
<div class="panel-heading"><h3>Updated to v<span id="versionno"></span>! (Friday, December 8, 2017)</h3></div>
<div class="panel-body">
<div class="alert alert-warning"><p><strong>ScriptSafe is on <a href="https://chrome.google.com/webstore/detail/scriptsafe/oiigbmnaadbkfbmpbfijlflahbdbdgdf" target="_blank">Chrome</a>, <a href="https://addons.opera.com/en/extensions/details/scriptsafe-2/" target="_blank">Opera</a>, and now: <a href="https://addons.mozilla.org/firefox/addon/script-safe/" target="_blank">Firefox</a>!</strong></p><p>My sincere thanks to all testers, translators, and users for your support over the past 6 years.</p></div>
<p>In this release you will find the following updates:</p>
<ul>
<li><strong>v1.0.9.3:</strong><ul>
<li><strong>v1.0.9.3 BETA:</strong><ul>
<li>Added ability to temporarily disable ScriptSafe via the panel</li>
<li>Added ability to selectively allow Browser Plugins Enumeration</li>
<li>Added ability to randomize user agents: on every request or every x minutes</li>
Expand Down
2 changes: 1 addition & 1 deletion js/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ function saveList(id) {
localStorage[id] = JSON.stringify($("#"+id).val().split("\n"));
}
function loadOptions() {
$("#title").html("ScriptSafe v"+version);
$("#title").html("ScriptSafe v"+version+" BETA");
loadCheckbox("enable");
loadCheckbox("syncenable");
if (!$("#syncenable").prop('checked')) $("#syncbuttons").hide();
Expand Down

0 comments on commit 6c4c9b0

Please sign in to comment.