I need some help to create jquery script :) I have some of link like this on my HTML.
Google
You could use filter -
filter
$("a").filter(function () { return this.indexOf('http://') > -1 && this.indexOf('gusdecool') == -1 }).attr("target","_blank");