Why do not try to remove branding?
Save in to your site path "gsvideobar.js" and remove the lines:
----------------------------------------------------------------------------------------------------------------
this.CL_FLOATING_BRANDING = "floatingBranding_gsvb";
this.CL_BRANDINGBOX = "brandingBox_gsvb";
row = this.createTableRow(table);
var brandingOrientation;
if (this.verticalMode) {
cell = this.createTableCell(row, this.CL_RESULTCELL);
brandingOrientation = GSearch.VERTICAL_BRANDING;
} else {
cell = this.createTableCell(row, this.CL_RESULTCELL);
if (this.br_IsIE()) {
cell.setAttribute("colSpan", results.length);
} else {
cell.setAttribute("colspan", results.length);
}
brandingOrientation = GSearch.HORIZONTAL_BRANDING;
}
GSearch.getBranding(cell, brandingOrientation, "http://
www.youtube.com");
this.brandingCell = cell;
----------------------------------------------------------------------------------------------------------------
Dan N. Moldovan
http://danmoldovan.blogspot.com/
MacrosReader
http://reader.macrostandard.com/
----------------------------------------------------------------------------------------------------------------