PDF/PPT/TIF viewer with Google docs

By Koonies Last update Oct 24, 2009 — Installed 20,204 times.

Dont works on google search results

in
Subscribe to Dont works on google search results 1 post, 1 voice

Raven81 Scriptwright
FirefoxWindows

Google writes the page content with javascript so the links are existing
initial AFTER page load.
To fix this you have to surround the function by a page load event handler:

window.addEventListener(
'load',
function()
{
...
},
true
);

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