I believe I had the similar problem as him, but in a little different way. I have been trying to make a special filter for a site ( of a few elements to be blocked. ) I also believe that this will be much easier for me ( and for all of us ) to managing the multiple sites using it own lines, so once the site get updated with new elements, I can look down to my current filter, edit the line from there.Ares2 wrote:From the documentation:When looking at the available subscriptions and especially now that we have the new algorithm for the shortcuts that requires using non-alphanumeric delimiters, it could (not yet tested in terms of false-positives) make things a lot easier if there would be a separator that includes underscore, hyphen and dot. I guess % should remain except due to it's special meaning in html urls.Often you need to accept any separator character in a filter.[...]Separator character is anything but a letter, a digit, or one of the following: _ - . %
Example:All of those structures are not theoretical, but pretty common all around. Also, looking at the subscriptions, you can find many examples of these "duplicates" proving that. Yet only the first and the last could be combined to ^exampleads^ currently, which limits the the real-world use to few rare situations (like ports in urls).Code: Select all
/exampleads/* /exampleads- /exampleads. _exampleads. _exampleads_ ?exampleads=
Therefore I'm suggestion either modifying ^ or introducing a more inclusive separator.
There's a few addresses on that web as an example ( It has nothing to do with against of site owner, it just that I need to learn how to create a proper filter that is already included in this APB ):
Code: Select all
http://www.mozilla.org
http://www.mozilla.org/images/template/dino.png
http://www.mozilla.org/images/template/background-paint.jpg
tp://ww.youtube.cm/LuLuLuL < Fake.
Code: Select all
@, @@ , |, ||, ^, ,(yes, comma.) , and using of &.
I'm using:
Code: Select all
Mozilla Firefox 3.6.15 with APB 1.3.3 and NS 2.0.9.9
ESET SmartSecurity 4.0.474.0 running on 5970 (20110321), web security settings-normal.
Windows 7 Ultimate x64

-Lucan
Edited: Tried @Wladimir Palant's suggestion, it's a no-go.