Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: pages/android-support/faq.md

Issue 29337841: #3075 Added deep-linking to android support faq on adblockbrowser.org (Closed)
Patch Set: Moved id from `a` to `dt` and dropped `-question` suffix Created April 19, 2016, 6:42 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pages/android-support/faq.md
===================================================================
--- a/pages/android-support/faq.md
+++ b/pages/android-support/faq.md
@@ -1,18 +1,88 @@
title=FAQs
-* <strong>{{many-permissions-question[Many permissions questions] Why does Adblock Browser for Android require so many permissions?}}</strong>
- * {{many-permissions-answer[Many permissions answer] Generally, browsers require more permissions than regular apps to be able to provide web applications the ability to use hardware functionality such as camera, microphone, etc. (e.g. uploading images from your camera). Since Adblock Browser is based on Firefox, it asks for the exact same permissions to do the same things Firefox does. For an explanation of all the permissions, please refer to [this FAQ](https://support.mozilla.org/kb/how-firefox-android-use-permissions-it-requests) from Mozilla.}}
-* <strong>{{flash-question[Flash video support question] Will Adblock Browser support flash videos?}}</strong>
- * {{flash-answer[Flash video support answer] Flash videos do work on Adblock Browser, but you must install the legacy flash player first. However, installing Flash for Android is not recommended as it’s insecure and may contribute to memory loss and slowness. If you still want to do this, refer to [this article](https://support.mozilla.org/kb/how-do-i-watch-flash-videos-firefox-android) from Mozilla.}}
-* <strong>{{firefox-sync-question[Firefox synchronization question] Will you offer Firefox sync?}}</strong>
- * {{firefox-sync-answer[Firefox synchronization answer] Many of you have asked for this, and we agree this is a critical feature. That’s why we are working on enabling this in a future release.}}
-* <strong>{{chrome-bookmark-question[Chrome bookmark import question] How do I import bookmarks from Chrome?}}</strong>
- * {{chrome-bookmark-answer[Chrome bookmark import answer] If the default system browser is Chrome, you should be able to import bookmarks from Settings > Customize > Import from Android. If, however, the default browser is NOT Chrome, there's unfortunately nothing we can do.}}
-* <strong>{{google-sync-question[Google account synchronization question] Will you support Chrome / Google Account (passwords, bookmarks, etc.) syncing when Chrome is not the default browser?}}</strong>
- * {{google-sync-answer[Google account synchronization answer] Unfortunately, this is currently not a feature in Firefox for Android and as such, would be considered new browser functionality, which for now, we'll leave to the folks at Mozilla.}}
-* <strong>{{add-ons-question[Add-ons installation question] Can I install add-ons like LastPass and Ghostery, or other third-party services?}}</strong>
- * {{add-ons-answer[Add-ons installation answer] Having started as a browser add-on ourselves, we feel strongly about wanting to support add-ons, and hope to support this in the future. For now, if having add-ons is a deal breaker, we recommend using Firefox for Android with [Adblock Plus](https://adblockplus.org/).}}
-* <strong>{{custom-filter-question[Adding custom filters question] Can I add custom filters or block elements?}}</strong>
- * {{custom-filter-answer[Adding custom filters answer] We are looking into offering this and hope to add it in a future release.}}
-* <strong>{{version-question[Chrome version question] Will you offer a version of Adblock Browser based on Chrome?}}</strong>
- * {{version-answer[Chrome version answer] Our goal is to offer Chrome-like features without building a separate version based on Chrome.}}
+<head>
+ <style>
+ #faq dt
+ {
+ margin-bottom: 9px;
+ }
+ #faq dt > a
+ {
+ font-weight: bold;
+ text-decoration: none;
+ cursor: pointer;
+ color: #000;
+ }
+ #faq dd
+ {
+ margin-bottom: 18px;
+ }
+ </style>
+</head>
+
+<dl id="faq">
+ <dt id="many-permissions">
+ <a href="#many-permissions">
+ {{many-permissions-question[Many permissions questions] Why does Adblock Browser for Android require so many permissions?}}
+ </a>
+ </dt>
+ <dd>
+ {{many-permissions-answer[Many permissions answer] Generally, browsers require more permissions than regular apps to be able to provide web applications the ability to use hardware functionality such as camera, microphone, etc. (e.g. uploading images from your camera). Since Adblock Browser is based on Firefox, it asks for the exact same permissions to do the same things Firefox does. For an explanation of all the permissions, please refer to [this FAQ](https://support.mozilla.org/kb/how-firefox-android-use-permissions-it-requests) from Mozilla.}}
+ </dd>
+ <dt id="flash">
+ <a href="#flash">
+ {{flash-question[Flash video support question] Will Adblock Browser support flash videos?}}
+ </a>
+ </dt>
+ <dd>
+ {{flash-answer[Flash video support answer] Flash videos do work on Adblock Browser, but you must install the legacy flash player first. However, installing Flash for Android is not recommended as it’s insecure and may contribute to memory loss and slowness. If you still want to do this, refer to [this article](https://support.mozilla.org/kb/how-do-i-watch-flash-videos-firefox-android) from Mozilla.}}
+ </dd>
+ <dt id="firefox-sync">
+ <a href="#firefox-sync">
+ {{firefox-sync-question[Firefox synchronization question] Will you offer Firefox sync?}}
+ </a>
+ </dt>
+ <dd>
+ {{firefox-sync-answer[Firefox synchronization answer] Many of you have asked for this, and we agree this is a critical feature. That’s why we are working on enabling this in a future release.}}
+ </dd>
+ <dt id="chrome-bookmark">
+ <a href="#chrome-bookmark">
+ {{chrome-bookmark-question[Chrome bookmark import question] How do I import bookmarks from Chrome?}}
+ </a>
+ </dt>
+ <dd>
+ {{chrome-bookmark-answer[Chrome bookmark import answer] If the default system browser is Chrome, you should be able to import bookmarks from Settings > Customize > Import from Android. If, however, the default browser is NOT Chrome, there's unfortunately nothing we can do.}}
+ </dd>
+ <dt id="google-sync">
+ <a href="#google-sync">
+ {{google-sync-question[Google account synchronization question] Will you support Chrome / Google Account (passwords, bookmarks, etc.) syncing when Chrome is not the default browser?}}
+ </a>
+ </dt>
+ <dd>
+ {{google-sync-answer[Google account synchronization answer] Unfortunately, this is currently not a feature in Firefox for Android and as such, would be considered new browser functionality, which for now, we'll leave to the folks at Mozilla.}}
+ </dd>
+ <dt id="add-ons">
+ <a href="#add-ons">
+ {{add-ons-question[Add-ons installation question] Can I install add-ons like LastPass and Ghostery, or other third-party services?}}
+ </a>
+ </dt>
+ <dd>
+ {{add-ons-answer[Add-ons installation answer] Having started as a browser add-on ourselves, we feel strongly about wanting to support add-ons, and hope to support this in the future. For now, if having add-ons is a deal breaker, we recommend using Firefox for Android with [Adblock Plus](https://adblockplus.org/).}}
+ </dd>
+ <dt id="custom-filter">
+ <a href="#custom-filter">
+ {{custom-filter-question[Adding custom filters question] Can I add custom filters or block elements?}}
+ </a>
+ </dt>
+ <dd>
+ {{custom-filter-answer[Adding custom filters answer] We are looking into offering this and hope to add it in a future release.}}
+ </dd>
+ <dt id="version">
+ <a href="#version">
+ {{version-question[Chrome version question] Will you offer a version of Adblock Browser based on Chrome?}}
+ </a>
+ </dt>
+ <dd>
+ {{version-answer[Chrome version answer] Our goal is to offer Chrome-like features without building a separate version based on Chrome.}}
+ </dd>
+</dl>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld