I'm using Firefox (9.0.1 in Ubuntu 11.10 64-bit) and I'm wondering how to make a shortcut to a certain manipulation of the current URL.
Here's an example to clarify. I'm browsing http://askubuntu.com and I want to go to an URL that is a manipulation of the current URL, namely the URL that is "http://askubuntu.com" with "meta" inserted after "http://", by pressing a certain key combination, e.g. Shift+Alt+M. How can I do this?
I guess this requires two particular things:
- A device to manipulate the current URL, i.e. a device to insert a certain string into a certain position of the current URL.
- A device to bind the above procedure to a key combination.
I don't know how to make this happen. Maybe making a bookmark with javascript or use of greasemonkey can achieve it?