Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: Adblock or Adblock Plus & Adblock Filterset.G Updater for Opera 9.00 beta 2

  1. #1
    Join Date
    Oct 2005
    Location
    Portland, Oregon USA
    Beans
    4,022

    Exclamation Adblock or Adblock Plus & Adblock Filterset.G Updater for Opera 9.00 beta 2

    I have been looking for an extension for Opera 9.00 beta 2 that is comparable to Adblock Plus 0.7.0.1 and Adblock FilterSet.G Updater 0.3.0.4 found on Firefox 1.5.0.4. for both my Ubuntu 6.06 & XPsp2 box

    I did find Python Adblocker for Opera but am finding it hard to figure out:
    http://operawiki.info/OperaPythonAdblock

    there is also a C++ Adblocker for Opera
    http://operawiki.info/CPlusPlusAdBlock

    and here is an Opera Adblock thread
    http://my.opera.com/community/forums...comment1216738

    I was just wondering if anybody here has been successful in implementing Adblock for Opera?

  2. #2
    Join Date
    Oct 2005
    Location
    Portland, Oregon USA
    Beans
    4,022

    Re: Adblock or Adblock Plus & Adblock Filterset.G Updater for Opera 9.00 beta 2

    Quote Originally Posted by yozef
    I have been looking for an extension for Opera 9.00 beta 2 that is comparable to Adblock Plus 0.7.0.1 and Adblock FilterSet.G Updater 0.3.0.4 found on Firefox 1.5.0.4. for both my Ubuntu 6.06 & XPsp2 box

    I did find Python Adblocker for Opera but am finding it hard to figure out:
    http://operawiki.info/OperaPythonAdblock

    there is also a C++ Adblocker for Opera
    http://operawiki.info/CPlusPlusAdBlock

    and here is an Opera Adblock thread
    http://my.opera.com/community/forums...comment1216738

    I was just wondering if anybody here has been successful in implementing Adblock for Opera?
    also a
    Lua Adblocker for Opera

    http://operawiki.info/OperaLuaAdblock

  3. #3
    Join Date
    Oct 2005
    Location
    Portland, Oregon USA
    Beans
    4,022

    Re: Adblock or Adblock Plus & Adblock Filterset.G Updater for Opera 9.00 beta 2

    am I the only one using Opera on Linux?

  4. #4
    Join Date
    Apr 2005
    Location
    Finland
    Beans
    133

    Re: Adblock or Adblock Plus & Adblock Filterset.G Updater for Opera 9.00 beta 2

    I think it's better to just use the built in ad blocker that comes with Opera.
    It's not exactly as powerful as FF's Adblock but atleast it's light, you don't need anything extra. And if some ads get past it just click to block em or add new rules.

    Here's my urlfilter.ini that works pretty well, just remove the .txt from the end and add it to .opera directory.
    Attached Files Attached Files
    Last edited by SlugO; June 21st, 2006 at 11:51 AM.

  5. #5
    Join Date
    Oct 2005
    Location
    Portland, Oregon USA
    Beans
    4,022

    Re: Adblock or Adblock Plus & Adblock Filterset.G Updater for Opera 9.00 beta 2

    Quote Originally Posted by SlugO
    I think it's better to just use the built in ad blocker that comes with Opera.
    It's not exactly as powerful as FF's Adblock but atleast it's light, you don't need anything extra. And if some ads get past it just click to block em or add new rules.

    Here's my urlfilter.ini that works pretty well, just remove the .txt from the end and add it to .opera directory.
    Great! Thanks for the advice.

  6. #6
    Join Date
    Jun 2006
    Location
    Of der Ring - Austria
    Beans
    Hidden!
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Adblock or Adblock Plus & Adblock Filterset.G Updater for Opera 9.00 beta 2

    Thank you very much!
    I was searching for a good Adblocker for such a long time!
    Since I don't like Firefox at all I was trying hard to find an adblocker to block out all the crap that was presented through that.

    My thanks go to you guys...
    The ini file works just fine and does everything I need

    Thanks
    Flo

  7. #7
    Join Date
    Aug 2005
    Beans
    462

    Re: Adblock or Adblock Plus & Adblock Filterset.G Updater for Opera 9.00 beta 2

    hi, i'm about %80 sure you can use the Adblock filter set with Privoxy
    Code:
    apt-get install privoxy
    privoxy by it self will block most things, it's an http proxy.

    to configure Opera to use Privoxy all you have to do is go to -
    Tools>Preferences>Network>Proxy Servers

    then configure it like the screenshot, and that's it - everytime you startup Opera it will use Privoxy.

    you can also use an adblocking hosts file
    Attached Images Attached Images
    Thanks to the forums staff for your dedication and hard work
    (the admins changed my sig to that lol )

  8. #8
    Join Date
    Aug 2005
    Beans
    462

    Re: Adblock or Adblock Plus & Adblock Filterset.G Updater for Opera 9.00 beta 2

    i just thought i'd let you know that the places to look where to put the adblock filter set would be these -

    /etc/privoxy/default.action
    /etc/privoxy/config
    /etc/privoxy/user.action

    this will show if it's running -
    ps -e |grep privoxy

    and this is how to start and stop it -
    sudo /etc/init.d/privoxy start
    sudo /etc/init.d/privoxy stop
    Last edited by ice60; August 14th, 2006 at 05:01 PM.
    Thanks to the forums staff for your dedication and hard work
    (the admins changed my sig to that lol )

  9. #9
    Join Date
    Aug 2005
    Beans
    462

    Re: Adblock or Adblock Plus & Adblock Filterset.G Updater for Opera 9.00 beta 2

    i just had alook and maybe you can use the 'filter file'

    http://www.privoxy.org/3.0.3/user-ma...tml#FILTERFILE

    The filter file contains content modification rules that use regular expressions. These rules permit powerful changes on the content of Web pages, e.g., you could disable your favorite JavaScript annoyances, re-write the actual displayed text, or just have some fun replacing "Microsoft" with "MicroSuck" wherever it appears on a Web page.
    http://www.privoxy.org/3.0.3/user-ma...lter-file.html

    it should be in /etc/privoxy/ i'm using SUSE atm and it's in a different place on SUSE -
    /var/lib/privoxy/etc

    BTW, i think it would be great if we could use the filter set even though Privoxy by itself is very good
    Thanks to the forums staff for your dedication and hard work
    (the admins changed my sig to that lol )

  10. #10
    Join Date
    Jun 2006
    Location
    Of der Ring - Austria
    Beans
    Hidden!
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Adblock or Adblock Plus & Adblock Filterset.G Updater for Opera 9.00 beta 2

    Privoxy does not work on my PC. Well it did in the past... but it won't work anymore, after I reinstalled it!
    It can't find the config file.

    Actually it blocked too much on my Pc that's why I deleted it.
    I was not very happyx with how to configure it because I couldn't figure out how to :/ was a little bit too difficult for me, so I just searched for an easier to use tool, like admuncher on windows.

    Opera with the file posted above seems to fulfill it's purpose
    Thanks though!
    Flo

Page 1 of 2 12 LastLast

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
  •