List All Currently Open Tabs

200 views
Skip to first unread message

sabret00the

unread,
Feb 1, 2010, 10:37:20 AM2/1/10
to ubiquity-firefox
Is it possible to have a command that lists all open tabs? It would be
twice as good as to display them all in a grid with a close button in
the top right corner and when you click them you'd be taken to said
tab, but I'll happily settle for a list.

satyr

unread,
Feb 1, 2010, 11:42:11 AM2/1/10
to ubiquity...@googlegroups.com
function cmd_allTabsPopup(){
const {top: W, gBrowser: B} = Utils.currentChromeWindow;
(W.document
.getAnonymousElementByAttribute(B.mTabContainer, 'anonid', 'alltabs-popup')
.openPopup(B, '', 0, 0, 0, 1));

sabret00the

unread,
Feb 7, 2010, 6:06:07 AM2/7/10
to ubiquity-firefox
Thanks, I'm gonna try and play around with it in order to get it to
display inline inside of the Ubiquity UI.
Reply all
Reply to author
Forward
0 new messages