Advertisement
Guest User

Untitled

a guest
Mar 31st, 2013
357
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. Config:
  2. (1).add to cron
  3. # crontab -e
  4. 0 22 * * 6 sh /path/to/autoupdate-adfilter.sh
  5. (2).initialize adfiltering-rules project (for Chinese)
  6. $ cd /home/westmin/Build
  7. $ svn checkout svn checkout http://adfiltering-rules.googlecode.com/svn/ adfiltering-rules-read-only
  8. (3).add action to privoxy config
  9. actionsfile urlfilter.action # Fanboy's adblock list
  10. actionsfile urlfilter-chn.action # Chinese adblock list
  11. (4).link custom.css to browser user style
  12. # chromium
  13. $ ln -s /BOX/Dropbox/Linux/Opera/custom.css ~/.config/chromium/Default/User StyleSheets/Custom.css
  14. # seamonkey
  15. $ ln -s /BOX/Dropbox/Linux/Opera/custom.css ~/.mozilla/seamonkey/a4128e22.default/chrome/userContent.css
  16. (5).set privoxy proxy to browser
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement