GoogleMapSize

By raaf Last update Aug 23, 2008 — Installed 2,953 times.

Archived Comments (locked)

in
Subscribe to Archived Comments 3 posts, 3 voices



Jesse Andrews Admin

The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)

 
raaf Script's Author

thanks, I added your modifications

 
janp Scriptwright

Hi raaf - I like that script!

This would fix the the line under (un)hide:


var user = document.getElementById("guser");
var spacer = document.createElement("nobr");
spacer.innerHTML=" | ";
user.insertBefore(spacer,user.firstChild);
var hide = document.createElement("a");
hide.setAttribute("href","javascript:void(0)");
hide.setAttribute("onclick","var hdr = document.getElementById('header');hdr.style.display = (hdr.style.display != 'none') ? 'none' : 'inline';resizeApp();");
hide.innerHTML="(un)hide";
user.insertBefore(hide,user.firstChild);

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