This will show you the requests, your browser sends to en.gibney.org:
tcpdump host en.gibney.org -A -s10000 | grep -Eo "(GET|POST).*$"
You might need to specify you network interface:
tcpdump -i ppp0 host en.gibney.org -A -s10000 | grep -Eo "(GET|POST).*$"