archiveweb.page
archiveweb.page copied to clipboard
Saving page title incorrectly on specific website
I only found this issue on https://jp.mercari.com/ recently, due to its website design change.
it saved with hyperlink only instead with real page title, I can solve this by saved it over and over again, just randomly.
According to my search, it may cause by Shadow DOM, because this website also broke other Chrome extension, for example: Distill / Weava Highlighter / WorldBrain's Memex etc.
I appreciate your kind assistance again, Thank you.
is this problem unsolvable or any reason else? I am sorry to ask here again.
Sorry for not responding earlier, the issue is that the title is a little bit later, dynamically after the page has already been loaded. If you look at the source, it has <title></title>, and at some point after the page loads, it updates the title.
I suppose it could be possible to wait a little bit.. but is no guarantee, because the title can change dynamically at anytime by simply assigning to document.title.
Sorry for not responding earlier, the issue is that the title is a little bit later, dynamically after the page has already been loaded. If you look at the source, it has
<title></title>, and at some point after the page loads, it updates the title. I suppose it could be possible to wait a little bit.. but is no guarantee, because the title can change dynamically at anytime by simply assigning todocument.title.
Thank you ikreymer again. it's fine I always appreciate your prompt reply and explanation (even I can not totally get it thoroughly.) Would you consider add some settings to avoid this problem in the future?
Tested, this appears to be fixed on the site in question?