Skip to content

Instantly share code, notes, and snippets.

# Chrome
javascript:(function() {
var relativeTimeElements = window.document.querySelectorAll("relative-time");
relativeTimeElements.forEach(function(timeElement){
timeElement.shadowRoot.innerHTML = timeElement.shadowRoot.innerHTML +" -- "+ timeElement.title;
})
}())
# Firefox
javascript:(function() {