ReadPostAloud

Transform any website post or article into an audio experience with this intelligent bookmarklet that extracts the content and reads it to you. Hands-free reading while doing chores, commuting — just add to your bookmarks and click to listen.

Installation

  1. Copy the bookmarklet code below
  2. Create a new bookmark in your browser
  3. Paste the code as the bookmark URL
  4. Name it "ReadPostAloud" or any preferred name
  5. Click the bookmark on any webpage to start reading (Sample post)

Bookmarklet Code

javascript: (function () { var s = document.createElement('script'); s.src = ' https://readpostaloud.21solutions.de/preprocess.js'; s.type = 'text/javascript'; s.onerror = function () { console.error('Failed to load preprocess.js'); }; s.onload = function () { console.log('preprocess.js loaded successfully'); }; document.head.appendChild(s); })();