13
posted ago by NicoleDuhtrole ago by NicoleDuhtrole +13 / -0

javascript:(function(){ const collection=document.getElementsByClassName('timeago'); for(i=0;i<collection.length;i++) { console.warn(collection[i]); collection[i].nextSibling.textContent=" "+collection[i].title+" "; } })();

The one I posted previously had an issue that while the dates were displayed, they would not copy into a office document. It seems that the content in a <time> tag doesn't copy.

Tested on firefox.