MultiOpen Bookmarklet Code
Status: Beta
Brought to you by:
kbeckman
File | Date | Author | Commit |
---|---|---|---|
COPYING | 2010-02-11 | kbeckman | [r1] Initial import |
INSTALL | 2010-02-11 | kbeckman | [r1] Initial import |
Makefile | 2010-02-11 | kbeckman | [r6] |
MultiOpen.js | 2010-02-11 | kbeckman | [r1] Initial import |
MultiOpenSidebar.js | 2010-02-11 | kbeckman | [r5] Sidebar support |
README | 2010-02-11 | kbeckman | [r2] A little MarkDownization |
TODO | 2010-02-11 | kbeckman | [r1] Initial import |
bmc.js | 2010-02-11 | kbeckman | [r1] Initial import |
checkout | 2010-02-11 | kbeckman | [r4] Added management scripts |
release | 2010-02-11 | kbeckman | [r4] Added management scripts |
##MultiOpen README Firefox choked on restoring a rather large session yesterday, and one window was not restored. I grepped the relevant URLs from the sessionstore.bak file, but needed to open them all as tabs in a single window without copy-pasting each one individually or bogging down my FF install with yet another extension. I found URLOpener[1], which does just the trick, but figured it'd be cooler as a bookmarklet, so I wrote this. You'll need to drag the .url file to your bookmarks bar. From there, just click on MultiOpen The archive also include bmc.js, a small bookmarklet compiler based on Moxley Stratton's "Bookmarklet Compiler"[2] [1] http://www.urlopener.com/ [2] http://www.moxleystratton.com/article/javascript/bookmarklets/compiler