Hey guys,
I would like to write a script with an if statement that is executed when a specific website is opened by an firefox browser. It should look like that
if NeededURL == URL opened in Browser
...
how can I do this
Thanks in advance