Suppose there is a website that supports multiple languages:
I want to write a GreaseMonkey script that has variables assigned different strings/values according to the address the user is loading the page from. How do you do that? Thanks
EDIT: I realize I can just use JavaScript to get the address. Does GreaseMonkey itself support this kind of function?
Does GreaseMonkey itself support this kind of function?
No it does not.