How can I create an address bar macro?
In Chrome, I'm able to create an address bar "macro" using the custom search engine function. In the example I'm showing in the image, if I type "r", then a space, then some TEXT, it replaces it with "http://reddit.com/r/TEXT".
Is this functionality available in Firefox? The search engine "keyword" functionality looks similar, but it doesn't allow for direct macro substitutions.
被采纳的解决方案
In Firefox you can use %s or %S to substitute a parameter.
定位到答案原位置 👍 2所有回复 (3)
Here's the screenshot of the functionality in Chrome
选择的解决方案
In Firefox you can use %s or %S to substitute a parameter.
That was it, thanks.