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.
javascript:(function(){ const collection=document.getElementsByClassName('timeago'); for(i=0;i<collection.length;i++) { console.warn(collection[i]); collection[i].innerHTML=collection[i].title; } })();
It may not work on all of scored. GAW and PDW are good. C.W has issues.
The timestamps will change back after a little while as other scripts update the X ago values.
It's possible that GAW will mess up the code.