Greasy Fork

Greasy Fork is available in English.

Show account names

Replaces all character names with account names

< 脚本 Show account names 的反馈

评价:好评 - 脚本运行良好

§
发布于:2025-02-17
编辑于:2025-02-17

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

发布留言

登录以发布留言。