How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

How to add a timestamp to your capture

calendar_today June 13, 2022 person domain blitapp

Customers sometimes ask us how to include a timestamp in the capture or the URL of the web page captured. You can achieve this by injecting Javascript into the target page to add the timestamp and URL directly on the page. In your capture, under Advanced Web Page Options , click on Edit Javascript . You can add the code below: (function() { var d = new Date(); var date = d.toLocaleString(“en-US”,…

open_in_new Read original post