Jump to content
Zatarra

Youtube new layout

Recommended Posts

Posted

Mie unul sincer imi place mai mult..

1. Go to YouTube - Broadcast Yourself.

2. Press Ctrl + Shift and J in Chrome to open the Developer Tools

Press Ctrl+Shift+K in Firefox

3. Click on the "Console" Tab and enter

document.cookie="VISITOR_INFO1_LIVE=ST1Ti53r4fU";

4. Reload the website and enjoy the new layout.

Peace out \/

Sursa: Feisbuc - Trust Me, I'm an "Engineer" :P

  • Upvote 1
Posted

La mine s-a schimbat singur layoutul :3 E mai... clean. La gmail nu prea imi place, prea putine margini, ma sperie :)) Cred ca vrea sa de impresia de libertate, spatiu liber, borderless thingy... E bine ca se vede ca cineva munceste constant ^_^

Posted

Pana la urma tot integreaza ei toate produsele in unul singur Google+: Gmail, Chat, pagina de prezentare, youtube, docs si altele. Dashboard-ul e facut, mai e nevoie de relansari et voila.

  • Upvote 1
Posted

Ciudat! Eu cand mi-am instalat mozilla (aproximativ acum 2 saptamani) a aparut tema asta din senin la youtube, si dupa cateva zile tot din senin a disparut. Chiar ma intrebam cum se poate...dar acuma se leaga.

Posted
Mie unul sincer imi place mai mult..

1. Go to YouTube - Broadcast Yourself.

2. Press Ctrl + Shift and J in Chrome to open the Developer Tools

Press Ctrl+Shift+K in Firefox

3. Click on the "Console" Tab and enter

document.cookie="VISITOR_INFO1_LIVE=ST1Ti53r4fU";

4. Reload the website and enjoy the new layout.

Peace out \/

Sursa: Feisbuc - Trust Me, I'm an "Engineer" :P

sau mai simplu in URL bar:


javascript:document.cookie="VISITOR_INFO1_LIVE=ST1Ti53r4fU";

da arata bine

Posted
Asadar nu poate fi facut sa ramana permanent?La mine se schimba in vechiul layout dupa ceva timp.

Incearca asa

function setCookie(c_name,value,exdays)
{
var exdate=new Date();
exdate.setDate(exdate.getDate() + exdays);
var c_value=escape(value) + ((exdays==null) ? "" : "; expires="+exdate.toUTCString());
alert(c_name + "=" + c_value);
document.cookie=c_name + "=" + c_value;
}

setCookie("VISITOR_INFO1_LIVE" , "ST1Ti53r4fU" , 500);

Posted
Incearca asa

function setCookie(c_name,value,exdays)
{
var exdate=new Date();
exdate.setDate(exdate.getDate() + exdays);
var c_value=escape(value) + ((exdays==null) ? "" : "; expires="+exdate.toUTCString());
alert(c_name + "=" + c_value);
document.cookie=c_name + "=" + c_value;
}

setCookie("VISITOR_INFO1_LIVE" , "ST1Ti53r4fU" , 500);

Sa vedem acum.Ar trebui sa tina pana in 2013,dar pana atunci sigur il schimba cei de la youtube.

Multumesc mult Robert1995.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...