messageviewer
adblockmanager.h
Go to the documentation of this file.
80 // $xbl XBL bindings (typically loaded by -moz-binding CSS property) Firefox 3 or higher required
99 // If "third-party" option is specified, filter is applied just to requests coming from a different
101 // In the same way, the "~third-party" option restricts the filter to the requests coming from the
114 // This is quite different from usual adblock (but, for me, more powerful!). Sometimes you will find advertisements
120 // The previous rule will hide every div whose class is named "advise". Usual CSS selectors apply here :)
122 // END NOTE ----------------------------------------------------------------------------------------------------------
void reloadCurrentPage()
bool isAdblockEnabledForHost(const QString &host)
Definition: adblockmanager.cpp:361
void addCustomRule(const QString &, bool reloadPage=true)
Definition: adblockmanager.cpp:319
bool isHidingElements()
Definition: adblockmanager.cpp:89
bool blockRequest(const QNetworkRequest &request)
Definition: adblockmanager.cpp:210
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:57 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:57 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.