Timestamp

javascript:(function(){     const now = new Date();     const timestamp = now.toISOString().replace(/[:]/g, '').slice(0, -5) + 'Z';     const baseUrl = window.location.href.split('?')[0];     const newUrl = baseUrl + `?filename=${timestamp}.md`;     window.location.href = newUrl; })();
Links to this page