Skip to content

Please support the Chinese server #175

@caoliang313

Description

@caoliang313

Now we use it to change as follow
manifest.json file change:
"content_scripts": [ {
"css": [ "assets/vendor.css", "assets/better-trading.css" ],
"js": [ "assets/vendor.js", "assets/better-trading.js" ],
"matches": [ "://poe.game.qq.com/trade" ]
} ],
......
"web_accessible_resources": [ {
"matches": [ "://poe.game.qq.com/" ],
"resources": [ "assets/images/*" ]
} ]

better-trading.js change:
const BASE_URL = 'https://poe.game.qq.com';

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions