Hacker News new | ask | show | jobs
by movedx 1906 days ago
Love it! It even produces content that supports reader mode (in Firefox, at least.)

Now how do I automate this? Maybe a simple bookmarklet?

If you paste:

var url = document.URL ; var title = document.title ; window.location.href = "https://txtify.it/" + document.URL;

into: https://caiorss.github.io/bookmarklet-maker/

Then drag the bookmarklet to the bookmarks bar, you've got a one-click textify option :)

1 comments

Very nice! I should add a bookmarklet to the home page.