Post Reply 
Comments on 0.10 Final
Oct. 14, 2005, 08:40 PM
Post: #1
Comments on 0.10 Final
Very nice release!

I noticed the BFilter homepage has been updated, and I love it.

Doing a test run with this new version, and I've found one thing:

-When running BFilter for the first time after installation, in the Log, I am seeing:

Quote:Loading config ... done
Loading standard url patterns ... done
Loading local url patterns ... done
Loading content filters ...
[Test:10] Unknown paramenter: replace_exactly
[Test:2] 'replace' is not specified for filter "Body OnUnload Unloader"
[Test:20] Unknown paramenter: replace_exactly
[Test:12] 'replace' is not specified for filter "Screen Manipulation Killer"

Other than that, I notice that it's very fast, and has built in blocklists Smile!

I guess Proxomitron users will just have to get used to the different filter language BFilter uses for its filters, but it looks very promising.

Great work guys Wink
Visit this user's website
Add Thank You Quote this message in a reply
Oct. 14, 2005, 08:50 PM
Post: #2
 
You are using an old filter set. That syntax is not supported since pre10. Just remove all the filters except "Remove popups and other annoyances", which is bundled with the software, and is up to date.
Add Thank You Quote this message in a reply
Oct. 14, 2005, 09:05 PM
Post: #3
 
Well, having noticed these are your custom filters, I give a more useful advice:
Code:
replace_exactly = something
becomes
Code:
replace = something
replacement_type = text
Actually replacement_type = text is the default, so it's not necessary.
But still you should check out the docs, as there are other changes. For example the url and content_type patterns are now anchored (^ and $ are implied).
Add Thank You Quote this message in a reply
Oct. 16, 2005, 09:44 PM
Post: #4
 
Ah, I see.

Thanks Smile!
Visit this user's website
Add Thank You Quote this message in a reply
Oct. 16, 2005, 11:41 PM
Post: #5
 
jart Wrote:But still you should check out the docs, as there are other changes. For example the url and content_type patterns are now anchored (^ and $ are implied).

I just started trying out BFilter today.
Excuse my ignorance, but the only docs I've seen are for browser settings.
I want to know more about the advanced configuration and filters.
Thanks...

Higgy
Quote this message in a reply
Oct. 17, 2005, 06:34 AM
Post: #6
 
More documentation is available on the website.
http://bfilter.sourceforge.net/documentation.php
Add Thank You Quote this message in a reply
Oct. 22, 2005, 02:54 PM
Post: #7
 
0.10 working very well so far.

Still some annoying flash ads to filter out
i.e. on this site
http://xrel.dl.am/
Quote this message in a reply
Oct. 22, 2005, 03:13 PM
Post: #8
 
You probably mean that hover ad, which is not actually flash-based. These things are all but impossible to detect. Of course, you can still block it manually:
Code:
FORBID http://viewsys.adcase.de/*
Put the code above to urls.local.
Add Thank You Quote this message in a reply
Oct. 22, 2005, 04:04 PM
Post: #9
 
Hmm,

I tried

FORBID http://viewsys.adcase.de/*
and
FORBID /http://viewsys.adcase.de/*

but the hover ad is still there.
Quote this message in a reply
Oct. 22, 2005, 04:10 PM
Post: #10
 
One additional thing:

With BFilter http://www.ebay.com looks different and uses an other bigger font, this also happens with some subsites but not all.
Quote this message in a reply
Oct. 22, 2005, 05:19 PM
Post: #11
 
I can reproduce it in IE, but not in FireFox or Safari. It probably has something to do with scripts running inside BFilter's javascript engine think they are running on a Mozilla-based browser.
I suppose it's not a big problem, but in the next version I am going to add the ability to turn off filtering for certain pages.
Something like:
Code:
NOFILTER http://*.ebay.com/*
Add Thank You Quote this message in a reply
Oct. 22, 2005, 05:25 PM
Post: #12
 
Anonymous Wrote:Hmm,

I tried

FORBID http://viewsys.adcase.de/*
and
FORBID /http://viewsys.adcase.de/*

but the hover ad is still there.

Maybe I was too quick with an answer. It just doesn't want to show me that hover anymore, with or without the FORBID rule. So I can't help here.
Add Thank You Quote this message in a reply
Post Reply 


Forum Jump: