generated from mirego/ember-boilerplate
-
-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
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';
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels