Merge pull request #61 from contributor/master

Capture location.hash into pageUrl attribute
pull/2106/head
zadam 2024-05-18 06:12:10 +07:00 committed by GitHub
commit 786d249a6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

@ -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
};
}