]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/assets/en/guide_javascript.html
Update the JavaScript Guide tab.
[PrivacyBrowserAndroid.git] / app / src / main / assets / en / guide_javascript.html
index 3f653d84b9614367f81a3e2cca43128c4be35afd..43cc53924602e1a2a86cd30ff7840e09dc17c44d 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-  Copyright 2016-2017 Soren Stoutner <soren@stoutner.com>.
+  Copyright © 2016-2017 Soren Stoutner <soren@stoutner.com>.
 
   This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
 
@@ -18,6 +18,8 @@
 
 <html>
     <head>
+        <meta charset="UTF-8">
+
         <!-- We have to make an image into its own block to center it. -->
         <style>
             h3 {
@@ -44,7 +46,7 @@
         <h3><img class="title" src="images/privacy_browser.png"> JavaScript Is Powerful</h3>
 
         <p>Back in the early days of the internet, web pages were static, meaning they they contained text and images that were displayed on the screen
-            but didn&rsquo;t change or interact with the user. Of course, only so much that is interesting can happen with static content.
+            but didnt change or interact with the user. Of course, only so much that is interesting can happen with static content.
             Several different technologies were developed to facilitate dynamic web pages. JavaScript is one of these technologies.</p>
 
         <p>JavaScript is a programming language. Many web servers host programs written in JavaScript, which are sent to devices as part of the web page.
@@ -62,7 +64,7 @@
         <p><img class="center" src="images/webkay.png"></p>
 
         <p>For privacy purposes, the ideal would be to browse the internet with JavaScript disabled. However, there are some websites that legitimately require
-            JavaScript to accomplish their purposes and others that don&rsquo;t work correctly without JavaScript even though they could be programmed to do so.
+            JavaScript to accomplish their purposes and others that dont work correctly without JavaScript even though they could be programmed to do so.
             Privacy Browser addresses this by making it easy to toggle JavaScript on and off. Tapping the privacy shield will toggle it between blue
             <img src="images/privacy_browser.png" height="16" width="16"> or yellow <img src="images/warning.png" height="16" width="16"> (both of which indicate
             that JavaScript is disabled) and red <img src="images/javascript_enabled.png" height="16" width="16"> (JavaScript enabled).
@@ -70,7 +72,6 @@
 
         <p>Browsing the internet with JavaScript disabled, and only enabling it if needed, goes a long way to protecting user privacy. In addition, JavaScript
             is used to load much of the annoying advertisements and extra cruft that comes along with most modern websites. With it disabled, websites will
-            load faster, consume less network traffic, and contain less annoying advertisements, instead of those that do things like cover up the text of the
-            entire web page.</p>
+            load faster, consume less network traffic, and contain less annoying advertisements, like those that cover up the text of the entire web page.</p>
     </body>
 </html>
\ No newline at end of file