firefox - Is there a way to run JavaScript code via a shortcut within Firebug? -


is there way (extension or build-in) in firebug create shortcut runs piece of javascript (e.g. function)?

for instance, want delete local storage , reload each time press ctrl+y.

you (firebug 2.0.1) cannot bind keyboard shortcut javascript code entered within firebug.

though @ least have possibility save aliases urls containing scripts described in "how inject javascript snippet via firebug on page load?". @ least allows store specific functionality , call again later via include() command.

there some feature requests targetting easy code snippet execution. may want create new request allowing reference these snippets via shortcut.


Comments