Custom menu context for running BAS script for each profile
-
Hello,
I just want to add my own script to run task for each profile like Humanlike Emulation, such as Login Gmail, Register Gmail, my own script,..etc. for selected profile in FPM3.
How can I do that?Thank you
(Please move this thread to right box if this is wrong box)
-
script "Human Emulator"
-
@dda said in Custom menu context for running BAS script for each profile:
Hello,
I just want to add my own script to run task for each profile like Humanlike Emulation, such as Login Gmail, Register Gmail, my own script,..etc. for selected profile in FPM3.
How can I do that?Thank you
(Please move this thread to right box if this is wrong box)
You can use your script to emulate human-like behavior using BAS. In FM, there is no way to use other scripts for this.
-
@Yopanitor Yes, It's default for FPM3,
I just want to run my scripts myself in context menu, not only Human Emulation
-
@Fox said in Custom menu context for running BAS script for each profile:
@dda said in Custom menu context for running BAS script for each profile:
Hello,
I just want to add my own script to run task for each profile like Humanlike Emulation, such as Login Gmail, Register Gmail, my own script,..etc. for selected profile in FPM3.
How can I do that?Thank you
(Please move this thread to right box if this is wrong box)
You can use your script to emulate human-like behavior using BAS. In FM, there is no way to use other scripts for this.
Hope the FPM3 developers will support this feature ASAP :D
-
@dda said in Custom menu context for running BAS script for each profile:
Hope the FPM3 developers will support this feature ASAP :D
I am an FM developer, unfortunately such functionality is not even under consideration.
-
@Fox said in Custom menu context for running BAS script for each profile:
@dda said in Custom menu context for running BAS script for each profile:
Hope the FPM3 developers will support this feature ASAP :D
I am an FM developer, unfortunately such functionality is not even under consideration.
How can I create a UI like FM? Or can I customize the FM UI?
-
@dda said in Custom menu context for running BAS script for each profile:
How can I create a UI like FM?
FM is just a web interface created on vue
https://wiki.bablosoft.com/web-interface/#/
https://vuejs.org/Or can I customize the FM UI?
You cannot change the FM interface
-
@Fox Thank you