- Central "button" link style in cgi-style.css
[privoxy.git] / user.action
1 ######################################################################
2
3 #  File        :  $Source:  $
4
5 #  $Id:  $
6 #
7 #  Purpose     :  User-maintained actions file, see
8 #                 http://www.privoxy.org/faq/questions.html#CONFIGFILES
9 #
10 ######################################################################
11
12 # This is the place to add your personal exceptions and additions to
13 # the general policy. (Here they will be safe from updates to the
14 # "main" actions file, default.action.
15
16 # Say you've seen an ad on your favourite page on example.com that
17 # you want to get rid of. You have right-clicked the image, selected
18 # "copy image location" and pasted the URL below, into a { +block }
19 # section. Note that { +handle-as-image } need not be specified,
20 # since all URLs ending in .gif will be tagged as images by the
21 # general rules in default.action anyway:
22
23 { +block }
24 www.example.com/nasty-ads/sponsor.gif
25
26 # Say the site where you do your homebanking needs to open
27 # popup windows, but you have chosen to kill popups by
28 # default. This will allow it for your-example-bank.com:
29 #
30 { -filter{popups} -kill-popups }
31 .your-example-bank.com
32