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
