
Customise the behaviour of your individual bookmarks in Chrome by wrapping the following javascript around the address:
javascript:window.open(‘url’);
For the URL, you must include the http:// or you’ll get an error. Just apply this to the bookmarks you’d like in a separate tab.
One side effect is the favicon changes to the default one and I have to identify each bookmark with a text ID. If anyone knows how to change back to the original favicon I would be very grateful.
This works great in Chrome, but you’ll need to tweak it a bit for Firefox. For Firefox, use:
javascript:window.open(‘url’);void(0);
Thanks to The_Doc for sharing this one!



















Josh Mcfarlane
Thursday, March 24, 2011 at 9:09 AMAlso holding ctrl while clicking works…..for me
Jono Miller
Thursday, March 24, 2011 at 11:27 PMText ID rather than favicons kills it for me – why clutter up a streamlined bookmark toolbar with text?
and what Josh said
Stopher
Tuesday, February 14, 2012 at 10:20 PMTHANK YOU!! Have been looking for this FOREVER!…Last thing I needed to finally ditch FF for good..Ohhh TYTYTY! Wish someone would write a crx for it, but still TYTYTY!
Matth
Friday, March 16, 2012 at 2:40 AMalso, dragging a bookmark up to the tab bar is a pretty handy trick to accomplish the same thing without wrapping in js.