Jump to content
Zatarra

Youtube new layout

Recommended Posts

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
Link to comment
Share on other sites

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

Link to comment
Share on other sites

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);

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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...