The Omni Group
These forums are now read-only. Please visit our new forums to participate in discussion. A new account will be required to post in the new forums. For more info on the switch, see this post. Thank you!

Go Back   The Omni Group Forums > OmniWeb > OmniWeb General
FAQ Members List Calendar Today's Posts

 
Creating and Editing Ad Filters - Tutorial Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
OK, like many others here I'd like to see some improvements in adding and managing adblocking filters. I like the UI of AdBlock Plus, myself. but in the meantime, there's a fairly simple way to access the rules in OW and edit them in your favorite coding text editor (I use TextMate).
  1. Open Terminal, and quit Omniweb
  2. Copy your prefs file to your Desktop:
    Code:
    cp ~/Library/Preferences/com.omnigroup.OmniWeb5.plist ~/Desktop/
  3. Convert the format of the file from Binary to XML:
    Code:
    plutil -convert xml1 ~/Desktop/com.omnigroup.OmniWeb5.plist
  4. Open the file in your text editor and look for the key <key>OWAddressesToFilter</key>
  5. This is an array of <string> nodes. These are the filters. Edit as needed, following standard regex rules. In TextMate, I sort them too. Edit them to be simple as possible, e.g. "doubleclick\.net". You can also add new ones, just be sure to wrap them in <string></string>.
  6. When finished, save the file
  7. Convert it BACK to Binary
    Code:
    plutil -convert binary1 ~/Desktop/com.omnigroup.OmniWeb5.plist
  8. Copy it back to the Preferences folder
    Code:
    cp ~/Desktop/com.omnigroup.OmniWeb5.plist ~/Library/Preferences/
  9. Open OW and enjoy.
 
 




Similar Threads
Thread Thread Starter Forum Replies Last Post
Creating .graffleshapes tutorial Joel OmniGraffle General 5 2013-11-24 09:59 AM
Filters lil improvement mattao OmniPlan General 2 2011-08-25 01:35 PM
Need help creating a script for creating a next action gcrump OmniFocus Extras 9 2009-02-21 06:10 PM
Creating and Editing Right Angle Lines ssipiora OmniGraffle General 1 2008-09-30 10:26 AM
Filters and Organizers Blatchara OmniFocus 1 for Mac 3 2007-06-01 03:30 PM


All times are GMT -8. The time now is 04:59 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.