1052Redirecting with meta & refresh

A basic redirect from one website to another:

<meta http-equiv="refresh" content="0; URL=https://www.trembl.org" />
  • content is the dealy in milliseconds
  • URL is the target url

875Exporting URLs from Safari Reading List

https://alexwlchan.net/2015/11/export-urls-from-safari-reading-list/