From 5d0f3592d19c9eee46c5817fb213a35f03ba3ec0 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Tue, 10 Feb 2015 09:35:21 -0500 Subject: [PATCH] Created FAQ (markdown) --- FAQ.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 FAQ.md diff --git a/FAQ.md b/FAQ.md new file mode 100644 index 0000000..871e9db --- /dev/null +++ b/FAQ.md @@ -0,0 +1,15 @@ +Collection of question which has been asked, along with the answer I provided. + +#### How often are filter lists updated? + +Currently, after four days a filter lists is deemed "obsolete". + +#### How to show the google text ads? + +You can create a whitelist directive *only* for Google search page. For example, in my case it would be: + + www.google.ca/search* + +In your case, just replace `google.ca` with whatever is your Google search domain name. + +Whitelist directives are those appearing in the _Whitelist_ tab in µBlock's dashboard, and which serves to disable µBlock completely. \ No newline at end of file