diff --git a/content.js b/content.js index 58b75d19a..faacfa546 100644 --- a/content.js +++ b/content.js @@ -297,7 +297,7 @@ async function prepareMessageResponse(message) { title: pageTitle(), content: container.innerHTML, images: images, - pageUrl: getPageLocationOrigin() + location.pathname + location.search + pageUrl: getPageLocationOrigin() + location.pathname + location.search + location.hash }; }