Script to auto-revise any http:// links with the page-title they point to

Does anyone know of a script to auto-revise any “http://” links with the page-title they point to, from within entries already existing in DynaList? I know the the Bookmarker and Clipper extensions do this dynamically when on sites, but I’d like to run through my entire DynaList and replace URLs from before using these Chrome extensions. WDYT?

I suppose it could be done with https://www.katalon.com/ but it is beyond my skillset.

Using the API one could quite probably hack this together in an hour or two. A script would fetch your document, find all the non-titled links, fetch the site and extract its title, then update the document with the formatted link.