modify paste to background behaviour
Brought to you by:
cdelashm
I'd like to transform the information which I paste to
firefox background before it is used by firefox.
Example application:
I paste: 1234
I'd like to transform it using this pattern
(^[0-1][0-1][0-1][0-1]$)
to
http://somesite/bugzilla?bugid=$1
so that firefox loads the page with the bug of interest.
It is a rather different functionality but it may be
possible to add it to the plugin by having another
checkbox which selects if regexp is used for pasting to
inputs or pasting to background.
Logged In: YES
user_id=1402035
[0-1] must be [0-9] or \d of course