View Single Post
Hi all, I made a hack to Safari Adblock plugin so that it works for OmniWeb too.
Current OmniWeb has an Ad Block feature, and this plugin makes it possible to automatically update the filter list from Adblock Lists

Install SIMBL; Download, unzip and copy Safari AdBlock.bundle to /Library/Application Support/SIMBL/Plugins/

For OmniWeb 5.x users, run following commands in Terminal to activate Safari AdBlock for OmniWeb:
Code:
defaults write -app OmniWeb ABIsEnabled -int 1
defaults write -app OmniWeb ABSubscriptions -array -string en
defaults write -app OmniWeb OWAddressFilteringEnabled -int 1
  • works for Safari & Webkit too
  • no preference UI in OmniWeb, turn on/off by using built-in AdBlock switch of OW
  • built-in ad block of OmniWeb still works, use that as customized block list if you wish
  • only tested on OSX 10.6.3 / OW 5.10.2-r128512, should be ok for earlier versions though

more info

Last edited by frex; 2010-04-05 at 09:44 PM..