Hello,
never used it but gave it a try.
I added FF_Control_SetText to right click menu and when I try to select a favorite I get
FF_Control_SetText( ByVal hWndControl As Dword, ByVal TheText As String )
The underscore char is not present which makes it very difficult to replace what is needed.
Normal:
FF_Control_SetText( ByVal_hWndControl_As_Dword, ByVal_TheText_As_String )
Is this by design?