суббота, 10 января 2009 г.

Как убрать брендинг


Как убрать "Powered by YouTube" с картинкой из горизонтальной панели... Можно залезть в скрипт.
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;