archiveweb.page icon indicating copy to clipboard operation
archiveweb.page copied to clipboard

Saving page title incorrectly on specific website

Open Rupthya opened this issue 4 years ago • 4 comments

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.

Rupthya avatar Oct 11 '21 20:10 Rupthya

is this problem unsolvable or any reason else? I am sorry to ask here again.

Rupthya avatar Jun 20 '22 05:06 Rupthya

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.

ikreymer avatar Jun 20 '22 06:06 ikreymer

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.

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?

Rupthya avatar Jun 21 '22 10:06 Rupthya

Tested, this appears to be fixed on the site in question?

Shrinks99 avatar Feb 03 '24 04:02 Shrinks99