Skip to content

Commit 6c4c9b0

Browse files
committed
Prep v1.0.9.3 Chrome beta
1 parent 24d4f67 commit 6c4c9b0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

html/popup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</head>
1111
<body>
1212
<div id="container">
13-
<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>
13+
<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>
1414
<table border="0" cellpadding="0" cellspacing="0">
1515
<tr><th id="currentdomain"></th></tr>
1616
<tr><td id="parent"></td></tr>

html/updated.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@
3131
</div>
3232
<hr>
3333
<div class="panel panel-success">
34-
<div class="panel-heading"><h3>Updated to v<span id="versionno"></span>! (_, December _, 2017)</h3></div>
34+
<div class="panel-heading"><h3>Updated to v<span id="versionno"></span>! (Friday, December 8, 2017)</h3></div>
3535
<div class="panel-body">
3636
<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>
3737
<p>In this release you will find the following updates:</p>
3838
<ul>
39-
<li><strong>v1.0.9.3:</strong><ul>
39+
<li><strong>v1.0.9.3 BETA:</strong><ul>
4040
<li>Added ability to temporarily disable ScriptSafe via the panel</li>
4141
<li>Added ability to selectively allow Browser Plugins Enumeration</li>
4242
<li>Added ability to randomize user agents: on every request or every x minutes</li>

js/options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ function saveList(id) {
335335
localStorage[id] = JSON.stringify($("#"+id).val().split("\n"));
336336
}
337337
function loadOptions() {
338-
$("#title").html("ScriptSafe v"+version);
338+
$("#title").html("ScriptSafe v"+version+" BETA");
339339
loadCheckbox("enable");
340340
loadCheckbox("syncenable");
341341
if (!$("#syncenable").prop('checked')) $("#syncbuttons").hide();

0 commit comments

Comments
 (0)