]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/assets/en/guide_javascript_dark.html
First complete Russian translation.
[PrivacyBrowserAndroid.git] / app / src / main / assets / en / guide_javascript_dark.html
index 86523ca6276c823d1c6336cab8436cd3fa10d0e4..75566dc56dcabfeef176ce382319cc524a03c2b1 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-  Copyright © 2016-2017 Soren Stoutner <soren@stoutner.com>.
+  Copyright © 2016-2018 Soren Stoutner <soren@stoutner.com>.
 
   This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
 
     <head>
         <meta charset="UTF-8">
 
-        <link rel="stylesheet" href="css/dark_theme.css">
+        <link rel="stylesheet" href="../css/dark_theme.css">
     </head>
 
     <body>
-        <h3><img class="title" src="images/privacy_browser.png"> JavaScript Is Powerful</h3>
+        <h3><img class="title" src="../shared_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’t change or interact with the user. Of course, only so much that is interesting can happen with static content.
@@ -35,7 +35,7 @@
             popup a menu, and do many other useful things.</p>
 
 
-        <h3><img class="title" src="images/javascript_enabled.png"> JavaScript Is Dangerous</h3>
+        <h3><img class="title" src="../shared_images/javascript_enabled.png"> JavaScript Is Dangerous</h3>
 
         <p>Of course, the concept of running arbitrary programs from a website is potentially dangerous. So there are limitations placed on JavaScript
             to keep it from doing things like installing viruses. However, it turns out that these limitations are overly broad.
@@ -47,8 +47,8 @@
         <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’t 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 class="inline" src="images/privacy_browser.png"> or yellow <img class="inline" src="images/warning.png"> (both of which indicate
-            that JavaScript is disabled) and red <img class="inline" src="images/javascript_enabled.png"> (JavaScript enabled).
+            <img class="inline" src="../shared_images/privacy_browser.png"> or yellow <img class="inline" src="../shared_images/warning.png"> (both of which indicate
+            that JavaScript is disabled) and red <img class="inline" src="../shared_images/javascript_enabled.png"> (JavaScript enabled).
             Looking at the different information <a href="http://webkay.robinlinus.com">webkay</a> can collect with JavaScript enabled and disabled is informative.</p>
 
         <p>Browsing the internet with JavaScript disabled, and only enabling it if needed, goes a long way to protecting user privacy. In addition, JavaScript