a simple bookmarklet to inject the current time into webpages, e.g. for printouts and screenshots.
drag the following link to your bookmark toolbar or right-click to add it to your favorites: timestamplet
javascript:{var d=document.createElement('div');d.innerHTML=new Date().toLocaleString();d.style.cssText='background:#ffe;border:1px solid #000;color:#000;font:12px sans-serif;padding:4px;position:fixed;top:8px;left:8px;z-index:9999';document.getElementsByTagName('body')[0].appendChild(d);};void(0);
no ads, no tracking, no further modification of the website. share and enjoy. =)