SO Question
http://stackoverflow.com/q/6415819/143739
HTML
<a href="http://google.com/">Test</a>
CSS
a[href^="http://google.com"]:before {
content: url(http://g.etfv.co/http://www.google.com);
}
<a href="http://google.com/">Test</a>
a[href^="http://google.com"]:before {
content: url(http://g.etfv.co/http://www.google.com);
}