CheshireCaat / browser-with-fingerprints

Anonymous automation with fingerprint replacement technology.
MIT License
111 stars 19 forks source link

Custom function to get IP data #22

Closed TheGP closed 3 months ago

TheGP commented 3 months ago

Is it possible to use "custom function" to get IP information like in BAS itself?

I tried to pass string with JS function but it looks like it didn't work ( "Custom IP information function parameter is not a function" )

I see that you can create it in BAS, but how to do it without? Actually settings just custom domain to get IP info would be nice.

CheshireCaat commented 3 months ago

Right now you can use only the database (default) or the ip-api method, as described here. Custom functions are not supported yet.