From bf8317e3b20777845328939a02cf7b40e6d39995 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sat, 13 Jun 2015 15:39:22 -0400 Subject: [PATCH] Updated Quick guide: popup user interface (markdown) --- Quick-guide:-popup-user-interface.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/Quick-guide:-popup-user-interface.md b/Quick-guide:-popup-user-interface.md index f6840ec..f35b5d1 100644 --- a/Quick-guide:-popup-user-interface.md +++ b/Quick-guide:-popup-user-interface.md @@ -139,4 +139,16 @@ When present, the badge number indicates the number of elements hidden on the pa Cosmetic filtering is always enabled by default. -**Tip:** Others have 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. \ No newline at end of file +**Tip:** Others have 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. + +##### No remote fonts + +You can prevent web fonts from being downloaded for the current site: + +![Popup UI](https://raw.githubusercontent.com/gorhill/uBlock/master/doc/img/popup-1k.png)
No remote fonts for the current site. + +Because of security and privacy concerns, many prefer to block all web fonts by default. You can do this by adding the following rule directly in the _"My rules"_ pane in the dashboard: + + no-remote-fonts: * true + +This will block all web fonts everywhere by default, and in this case you can toggle off the switch to allow web fonts on a per-site basis. \ No newline at end of file