From a89a4fe9a58e402a4bff0cdf71553d638e7d492a Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Thu, 11 Feb 2016 19:20:56 -0500 Subject: [PATCH] Updated Per site switches (markdown) --- Per-site-switches.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Per-site-switches.md b/Per-site-switches.md index bcad2b3..231278b 100644 --- a/Per-site-switches.md +++ b/Per-site-switches.md @@ -75,11 +75,9 @@ Cosmetic filtering is always enabled by default. **Tip:** It is often suggested adding a custom static filter such as `@@||example.com^$elemhide` to prevent "adblock" detection by specific sites ([example](https://adblockplus.org/forum/viewtopic.php?f=2&t=30763#p124225)). You can accomplish the same goal more simply by just toggling off cosmetic filtering using this switch while on the problematic site. -**Tip:** This switch can help uBO to further lower its CPU-cycle footprint, which might be beneficial on devices with limited CPU-cycle resources -- and thus helping extend battery life and speed up page load times. The idea is to disable cosmetic filtering everywhere by default, and to enable it only for those sites which really benefit from it. To disable cosmetic filtering everywhere by default, enter the following rules in the _"My rules"_ pane in the dashboard: +**Tip:** This switch can help uBO to further lower its CPU-cycle footprint, which might be beneficial on devices with limited CPU-cycle resources -- and thus helping extend battery life and speed up page load times. The idea is to disable cosmetic filtering everywhere by default, and to enable it only for those sites which really benefit from it. - no-cosmetic-filtering: * true - -Click _Save_, then _Commit_ to make the rule permanent. From then on, cosmetic filtering will be turned off everywhere by default, and to turn it on for a specific site where it is really needed, just enable it using the switch in uBO's panel. +To disable cosmetic filtering everywhere by default, go to the [_Settings_ pane in the dashboard](https://github.com/gorhill/uBlock/wiki/Dashboard:-Settings), and check the option _"Disable cosmetic filtering"_ under the _"Default behavior"_ header. From then on, cosmetic filtering will be turned off everywhere by default, and to turn it on for a specific site where it is really needed, just enable it using the switch in uBO's panel. ***