diff --git a/ext/mixed/js/yomichan.js b/ext/mixed/js/yomichan.js index 9e049d41..217721bd 100644 --- a/ext/mixed/js/yomichan.js +++ b/ext/mixed/js/yomichan.js @@ -263,7 +263,7 @@ const yomichan = (() => { } _getLogContext() { - return this._getUrl(); + return {url: this._getUrl()}; } _onMessage({action, params}, sender, callback) {