The Un-Official Proxomitron Forum

Full Version: easy way to defeat all filters
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

Guest

hi
it would be nice to simply press a key (say Ctrl-Esc) to defeat
BFilter altogether.
for example, when i click on an ad link on a google search result,
BFilter basically kills the page and nothing shows.
is there a way to get around this now?
thanks for a great program...
Checking "Bypass" from the tray menu will disable all filtering. Not as easy as a keyboard shortcut, but easy enough.
BFilter used to not block a page just because of "ad" or "banner" in the URL. That was before people convinced me to add some generic url blocking patterns. Since then I lost my interest in developing BFilter, so don't expect to see new releases unless some new developer takes over the project.

BTW, you can actually disable those generic url blocking patterns.
You can add the following to your urls.local file (Tray Icon -> Configuration -> Advanced -> urls.local):
Code:
ALLOW /.*/(_)?banner(s)?/.*/
ALLOW /.*/ad(image|popup|vertis(ing|ement)|s)?\..*/
ALLOW /.*/(page)?ad(s|frame|v)?([1-9])?/.*/
ALLOW /.*/reklam(e|a)/.*/
ALLOW /.*/sponsor(s|en|ing|ad(s)?)?/.*/
ALLOW /.*/werbung(en)?/.*/
ALLOW /.*/(view)?ad(vertisement|sense)?(s)?/.*/
This is not the same as explicitly allowing all such URLs, we are just lifting the hard blocks that come from the "urls" file.
Reference URL's