Results 1 to 10 of 10

Thread: Look another Firefox question! (Adblock actually)

  1. #1
    DarthInsinuate's Avatar Died in battle
    Join Date
    Jan 2003
    Location
    Arkham Asylum
    Posts
    4,872
    how do i make a rule to block images with "abc" but not if they contain "xyz"?
    The Sexay Half Of ABBA And Max: Freelance Plants

  2. Software & Hardware   -   #2
    DanB's Avatar Smoke weed everyday
    Join Date
    Jun 2003
    Location
    London, so fuck y'all
    Age
    45
    Posts
    20,595
    Quote Originally Posted by DarthInsinuate
    how do i make a rule to block images with "abc" but not if they contain "xyz"?
    wtf??

  3. Software & Hardware   -   #3
    Quote Originally Posted by danb
    wtf??

    what he sayed!

  4. Software & Hardware   -   #4
    iMartin's Avatar ♥Home Grown♥ BT Rep: +9BT Rep +9
    Join Date
    Mar 2003
    Location
    BFE
    Posts
    1,827



  5. Software & Hardware   -   #5
    if you can give us an example of the images you wish to block, and the exceptions you'd like to create, it may be easier to tell you.

    anyway, the simplest way will probably be to add a line to block them in your userChrome.css

    There is a crack in everything.
    That's how the light gets in.

  6. Software & Hardware   -   #6
    DanB's Avatar Smoke weed everyday
    Join Date
    Jun 2003
    Location
    London, so fuck y'all
    Age
    45
    Posts
    20,595
    Quote Originally Posted by motherflux
    anyway, the simplest way will probably be to add a line to block them in your userChrome.css
    Its easy to put your own lines in adblock but only if you know what you are trying to block

  7. Software & Hardware   -   #7
    brenda's Avatar Reborn again BT Rep: +3
    Join Date
    Mar 2004
    Posts
    1,495
    Quote Originally Posted by motherflux
    if you can give us an example of the images you wish to block, and the exceptions you'd like to create, it may be easier to tell you.
    DI clearly stated that it was images with abc but not xyz
    This fate is worse than death. Condemned to live out existence in a vessel incapable of sustaining my true glory. How am I to function with such limitation? - Illyria

  8. Software & Hardware   -   #8
    I don't think you can get it to work like that with this version of the plugin.

    If you ask it to block images containing "abc", it'll block all images containing "abc"
    We can't stop here... this is bat country

  9. Software & Hardware   -   #9
    it is possible...i glance through this website and since i dunno much about it (i know little bout regular expressions)
    http://devedge.netscape.com/library/...p.html#1010689

    here's an excerpt of the wat it sez...
    [^xyz] - A negated or complemented character set. That is, it matches anything that is not enclosed in the brackets. You can specify a range of characters by using a hyphen.
    that's as much as i can do, u'll have to "fill in the rest of the blanks"


    gildan2020
    Please be kind to the noobs...we were once them after all

  10. Software & Hardware   -   #10
    Storm's Avatar Poster BT Rep: +3
    Join Date
    Apr 2003
    Location
    crazy skiing monkey
    Posts
    1,316
    Quote Originally Posted by brenda
    DI clearly stated that it was images with abc but not xyz

    nice example

    and you can use a * as a wildcard,

    so

    http://www.blablabla.bla/blablablaABCblablabla

    can be blocked by

    *ABC*

    but that will block everything with ABC in it........

    and you cant do bolean blocks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •