EasyList and Tracking Filter now adjusted for Firefox 3
Posted: Wed Apr 30, 2008 12:16 am
I just found out that a common syntax I use in the EasyList and Tracking Filter subscriptions that affects mostly whitelisting and blacklisting of flash objects is different in Firefox Beta 3. That means that users may have had problems with certain videos not working correctly in Firefox 3b5 that work fine in Firefox 2.
I have just adjusted and uploaded the filters, so now these object strings (mostly for flash videos) should work correctly in either version of Firefox as they were originally intended. Non-working videos on sites such as The Onion, MLB, and NBC should now play correctly. Most of these problems occurred because of non-working 'allowances'.
EDIT*
For others who make filters:
If you've used the syntax '$other' in your filtering, you will have to also use '$object-subrequest' for that same filter to work correctly in Firefox 3.
The easiest way to do it is just to add the switches together:
... or am I the only person who missed this change?

I have just adjusted and uploaded the filters, so now these object strings (mostly for flash videos) should work correctly in either version of Firefox as they were originally intended. Non-working videos on sites such as The Onion, MLB, and NBC should now play correctly. Most of these problems occurred because of non-working 'allowances'.
EDIT*
For others who make filters:
If you've used the syntax '$other' in your filtering, you will have to also use '$object-subrequest' for that same filter to work correctly in Firefox 3.
The easiest way to do it is just to add the switches together:
Code: Select all
$other,object-subrequest
or
$~other,~object-subrequest
