Closed m-ad closed 7 months ago
I won't be implementing this because it might impact Scott's metrics. Though, since I don't think substack measures how long you actually stay on the website, you could paste the code below into a bookmarklet generator to redirect to acxreader:
var currentUrl = window.location.href;
if (currentUrl.includes("astralcodexten.com/p/")) {
window.location.href = "https://acxreader.github.io/p/" + currentUrl.split("astralcodexten.com/p/")[1]
}
Hi,
great project! Would you consider adding an RSS or Atom feed to the website? Would allow me to replace the ACX Substack's RSS feed in my feed aggregator with this one. IMO a very simple feed that just shows the title and links to the post on ACXReader.github.io would be enough.