Hey, I really appreciate that script and I am using it for a while now. I would like to suggest an improvement to the script to enable it for multi-language users.
The default domain for ESOlogs is "wwws.esologs.com". If you log in a different language the language of the site is also changed by default indicating the language code as subdomain. Which is e.g. "de.esologs.com" for german and so on. If you open a log in a different language it won't execute even if it would be able to since the source code of the website does not change through different languages.
So if you change your match in line 4 from "www" to a "*" you can enable it for multi-language usage.
Hey, I really appreciate that script and I am using it for a while now. I would like to suggest an improvement to the script to enable it for multi-language users.
The default domain for ESOlogs is "wwws.esologs.com". If you log in a different language the language of the site is also changed by default indicating the language code as subdomain. Which is e.g. "de.esologs.com" for german and so on. If you open a log in a different language it won't execute even if it would be able to since the source code of the website does not change through different languages.
So if you change your match in line 4 from "www" to a "*" you can enable it for multi-language usage.
Old: // @match https://www.esologs.com/reports/*
New: // @match https://*.esologs.com/reports/*
best regards,
Admiral Schneider