Youtube_Expand_Description

By Ashwyn Mittal Last update Nov 26, 2009 — Installed 1,091 times.

i fixs for you

in
Subscribe to i fixs for you 5 posts, 5 voices



bugmenot2009 Scriptwright
OperaWindows

var evt = document.createEvent("HTMLEvents");
evt.initEvent("click", true, true);
var mylink = document.getElementById("watch-video-details-toggle-less").getElementsByTagName("a")[0]; 
mylink.dispatchEvent(evt);

 
Cruse_Car Scriptwright
FirefoxWindows

Thank you very much!!

 
Ashwyn Mittal Script's Author
FirefoxWindows

Thanks suggested change has been done. Sorry for late response.

 
SamSpade Scriptwright
OperaWindows

This is for new Youtube:

var evt = document.createEvent("HTMLEvents");

evt.initEvent("click", true, true);

var mylink = document.getElementById("watch-description").getElementsByTagName("button")[0]; 

mylink.dispatchEvent(evt);

 
anxiousape User
FirefoxWindows

Thankyou SamSpade for the fix for new youtube layout : )

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel