about-addons-memory
about-addons-memory copied to clipboard
Shortcut to open about:addons-memory page?
Hey, thanks for this great addon.
Is it possible to add an icon shortcut, so I could drag it to the toolbar and click to open the about:addons-memory page? Thanks. :)
You can bookmark it and create a keyword to access it quickly.
I access it through a script in FireGestures. I put in the following two lines.
if (content.location.href=='about:blank') {gBrowser.loadURI('about:addons-memory')} if (content.location.href!='about:blank') {gBrowser.selectedTab=gBrowser.addTab('about:addons-memory')}
I use URDURD (makes the shape of a capital letter M - for memory) with the mouse to access it.