scriptygoddess

11 Dec, 2003

Lorem Ipsum alternative, print out all links from a page)

Posted by: Jennifer In: Bookmarks

Many cool links found on Jennifer's etc:

Original Lorem Ipsum
Alternate to Lorem Ipsum text generator

Print out all links from a page (as footnotes) (it's a bookmarklet)

No related posts.

Related posts brought to you by Yet Another Related Posts Plugin.

4 Responses to "Lorem Ipsum alternative, print out all links from a page)"

1 | Murilo Pinto

December 17th, 2003 at 9:43 am

Avatar

I kinda transformed that bookmarlet in a standard javascript, to be used on my printer-friendly pages. Here is it:
function fNote(){
tmpStr=";
d=document;
s=d.getElementsByTagName('A');
la=new Array(s.length);
lc=0;
for(i=0;
i['+lc+']')
}
}
for(i=1;i'+la[i].innerText+': '+la[i].href+''}d.body.insertAdjacentHTML('beforeEnd','
Link Footnotes:'+tmpStr+")
window.print();
}
Then call function:
fNote()

I added the window.print(), and called fNote at body onLoad, on such pages. There's a tiny bug with my "for print" pages, but really minor issue.

Check here, if you will:

http://www.abraji.org.br/print.php?sid=38

(maybe you'll be redirected to the "web version"; just click on the printer icon).

X's,
Murilo

2 | Murilo Pinto

December 17th, 2003 at 9:43 am

Avatar

I kinda transformed that bookmarlet in a standard javascript, to be used on my printer-friendly pages. Here is it:
function fNote(){
tmpStr=";
d=document;
s=d.getElementsByTagName('A');
la=new Array(s.length);
lc=0;
for(i=0;
i['+lc+']')
}
}
for(i=1;i'+la[i].innerText+': '+la[i].href+''}d.body.insertAdjacentHTML('beforeEnd','
Link Footnotes:'+tmpStr+")
window.print();
}
Then call function:
fNote()

I added the window.print(), and called fNote at body onLoad, on such pages. There's a tiny bug with my "for print" pages, but really minor issue.

Check here, if you will:

http://www.abraji.org.br/print.php?sid=38

(maybe you'll be redirected to the "web version"; just click on the printer icon).

X's,
Murilo

3 | Ed Taekema - Road Warrior Collaboration

December 11th, 2003 at 11:18 pm

Avatar

Print out all links from a page – As Footnotes
This is really cool. A bookmarklet that expands the links in a web out to be footnotes which reference the webpages linked to … so you can see them. Love it.

4 | Mercredi

May 2nd, 2004 at 7:00 am

Avatar

Conserver les URL des liens à l'impression
Un bookmarklet qui permet de conserver à l'impression les URL des liens contenus dans une page.

Featured Sponsors


  • Curt: If anyone comes across this with similar issues I was able to sort out the pagination issues painlessly with easyCommentsPaginate from http://www.mush
  • Christopher: Yeah, it is indeed hard to do. And something remains elusive about why the pagination never worked. I tried everything I could find. Regardless, I
  • Jennifer: Hi Christopher, always hard to bug test stuff like that remotely. Sorry those didn't help. Glad you found a solution though :)

About


Advertisements