Skip to content

Commit

Permalink
More v1.0.9.2 release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
andryou committed Dec 4, 2017
1 parent d5dbe14 commit a71c527
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion html/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ <h4 id="sectionname">General Settings</h4>
<div id="importrestore" class="tab">
<table class="table table-striped">
<tr><td><strong class="i18_import">Import</strong></td><td><strong class="i18_export">Export</strong> (<strong><a href="javascript:;" id="settingsall">select all</a></strong>)</td></tr>
<tr><td class="col-sm-6"><p><textarea id="settingsimport" placeholder="Copy and paste the settings you want to import into ScriptSafe into this box then click on the Import button." class="form-control"></textarea></p><p><input type="button" class="btn btn-info i18_import" value="Import" id="importsettings" /></p></td><td class="col-sm-6"><p><textarea id="settingsexport" class="form-control" readonly="readonly"></textarea></p><p><input type="button" class="btn btn-warning" value="Save as Text File" id="savetxt" /></p></td></tr>
<tr><td class="col-sm-6"><p><textarea id="settingsimport" placeholder="Copy and paste the settings you want to import into ScriptSafe into this box then click on the Import button." class="form-control"></textarea></p><p><input type="button" class="btn btn-info i18_import" value="Import" id="importsettings" /></p></td><td class="col-sm-6"><p><textarea id="settingsexport" class="form-control" readonly="readonly"></textarea></p><p><input type="button" class="btn btn-primary" value="Save as Text File" id="savetxt" /></p></td></tr>
</table>
<div class="text-center"><p><br><input type="button" class="btn btn-warning" id="restoredefault" value="Restore Default Settings" /> <input type="button" class="btn btn-danger" id="restoredefault2" value="Restore Default Settings + Clear Lists" /></p></div>
</div>
Expand Down
12 changes: 6 additions & 6 deletions html/updated.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<div class="panel panel-success">
<div class="panel-heading"><h3>Updated to v<span id="versionno"></span>! (Monday, December 4, 2017)</h3></div>
<div class="panel-body">
<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>
<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></div>
<p>In this release you will find the following updates:</p>
<ul>
<li><strong>v1.0.9.2:</strong><ul>
Expand All @@ -43,16 +43,16 @@
<li>Added ability to control whether or not Remove Possible Hash Tracking applies to whitelisted sites or not (default: disabled)</li>
<li>Added ability to control the Keyboard Fingerprinting Protection keypress delay</li>
<li>Added the ability to revert to default settings (found under "Import / Restore Settings")</li>
<li>Improved Browser User Agent Spoofing and added ability to enter a custom user agent string</li>
<li>Added more browser and operating systems for User Agent Spoofing (thanks nyancat18)</li>
<li>Added Polish locale (thanks Galileusz)</li>
<li>Improved syncing reliability and added support for handling data compression (to be switched on in an upcoming update)</li>
<li>Improved Browser User Agent Spoofing and added ability to enter a custom user agent string</li>
<li>Improved WebGL Fingerprint Protection</li>
<li>Improved Clipboard Interference Protection</li>
<li>Improved domain matching logic</li>
<li>Fixed "Trust" option not being available for domains starting with a wildcard match</li>
<li>Improved syncing reliability and added support for handling data compression (to be switched on in an upcoming update)</li>
<li>Added Polish locale (thanks Galileusz)</li>
<li>Minor updates to German, Japanese, Chinese (Traditional), and Spanish locales</li>
<li>Updated unwanted content providers list</li>
<li>Improved domain matching logic</li>
<li>Minor updates to German, Japanese, Chinese (Traditional), and Spanish locales</li>
<li>Minor panel updates</li>
</ul></li>
</ul>
Expand Down

0 comments on commit a71c527

Please sign in to comment.