Skip to content

Commit a4999de

Browse files
committed
v1.0.9.6 release
2 parents 7a04ccb + eecbf7d commit a4999de

File tree

5 files changed

+79
-2347
lines changed

5 files changed

+79
-2347
lines changed

html/options.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ <h4 id="sectionname">General Settings</h4>
172172
<tr><td class="col-sm-4"><label for="useragentspoof" class="i18_useragentspoof">User-Agent Spoof:</label></td><td><select id="useragentspoof" class="savechange form-control">
173173
<option value="off" class="i18_off">-Off-</option>
174174
<option value="custom" class="i18_custom">Custom</option>
175+
<option value="chrome63">Chrome 63.0.3239.84</option>
175176
<option value="chrome62">Chrome 62.0.3202.94</option>
176177
<option value="chrome55">Chrome 55.0.2883.87</option>
177178
<option value="chrome50">Chrome 50.0.2661.102</option>

html/updated.html

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,33 @@
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>! (Tuesday, December 12, 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>
3939
<li><strong>v1.0.9.6:</strong><ul>
40-
<li>Added ability to selectively allow Browser Plugins Enumeration</li>
40+
<li>Added ability to temporarily disable ScriptSafe via the panel</li>
41+
<li>Added the ability to revert to default settings (found under "Import / Restore Settings")</li>
42+
<li>Added new "Recent Log" page where you can view all recently blocked or allowed items (the "Log" link can be found in the top-right corner of the ScriptSafe panel)</li>
43+
<li>Added the ability to block Browser Plugin Enumeration (under Fingerprint Protection, option is disabled by default so feel free to enable it)</li>
44+
<li>Added the ability to block Bluetooth Enumeration (under Fingerprint Protection, option is disabled by default so feel free to enable it)</li>
45+
<li>Added ability to control whether or not Remove Possible Hash Tracking applies to whitelisted sites or not (default: disabled)</li>
46+
<li>Added ability to control the Keyboard Fingerprinting Protection keypress delay</li>
47+
<li>Added more browser and operating systems for User Agent Spoofing (thanks nyancat18)</li>
4148
<li>Added ability to randomize user agents: on every request or every x minutes</li>
42-
<li>Minor panel tweaks</li>
43-
<li>Minor user agent fix</li>
49+
<li>Improved Browser User Agent Spoofing and added ability to enter a custom user agent string</li>
50+
<li>Improved WebGL Fingerprint Protection</li>
51+
<li>Improved Clipboard Interference Protection</li>
52+
<li>Improved domain matching logic</li>
53+
<li>Improved syncing reliability and added data compression (for when/if Opera introduces extension data syncing like Chrome)</li>
54+
<li>Fixed "Trust" option not being available for domains starting with a wildcard match</li>
55+
<li>Added Polish locale (thanks Galileusz)</li>
56+
<li>Minor updates to German, Japanese, Chinese (Traditional), and Spanish locales</li>
4457
<li>Updated unwanted content providers list</li>
58+
<li>Minor panel updates</li>
59+
<li>Minor panel tweaks</li></li>
60+
<li>Minor user agent fix</li>
4561
</ul></li>
4662
</ul>
4763
<p>I have put together <a href="https://www.andryou.com/scriptsafe/" target="_blank">some documentation for ScriptSafe</a>, including <a href="https://www.andryou.com/scriptsafe/quick-start/" target="_blank">"Getting Started" instructions</a>.</p>

js/options.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ function saveCheckbox(id) {
329329
localStorage[id] = document.getElementById(id).checked;
330330
}
331331
function saveElement(id) {
332-
localStorage[id] = $("#"+id).val().replace(/\|/g, '');
332+
localStorage[id] = $("#"+id).val().replace(/[~|]/g, '');
333333
}
334334
function saveList(id) {
335335
localStorage[id] = JSON.stringify($("#"+id).val().split("\n"));
@@ -498,7 +498,7 @@ function saveOptions() {
498498
userAgents = userAgents.split("\n");
499499
var sanitizedAgent;
500500
for (var i=0, userAgentNum=userAgents.length; i<userAgentNum; i++) {
501-
sanitizedAgent = $.trim(userAgents[i].replace(/\|/g, ''));
501+
sanitizedAgent = $.trim(userAgents[i].replace(/[~|]/g, ''));
502502
if (sanitizedAgent) validUserAgents.push(sanitizedAgent);
503503
}
504504
$("#useragent").val(validUserAgents.join("\n"));

js/scriptsafe.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,9 @@ function genUserAgent(force) {
159159
else if (localStorage['useragentspoof_os'] == 'openbsd64') os = 'X11; U; OpenBSD i686';
160160
else if (localStorage['useragentspoof_os'] == 'openbsd32') os = 'X11; U; OpenBSD i686';
161161
else if (localStorage['useragentspoof_os'] == 'chromeos') os = 'X11; U; CrOS i686 0.13.507';
162-
if (localStorage['useragentspoof'] == 'chrome62')
162+
if (localStorage['useragentspoof'] == 'chrome63')
163+
userAgent = 'Mozilla/5.0 ('+os+') AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36';
164+
else if (localStorage['useragentspoof'] == 'chrome62')
163165
userAgent = 'Mozilla/5.0 ('+os+') AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36';
164166
else if (localStorage['useragentspoof'] == 'chrome55')
165167
userAgent = 'Mozilla/5.0 ('+os+') AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36';

0 commit comments

Comments
 (0)