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
Copy the bookmarklet code below
Create a new bookmark in your browser
Paste the code as the bookmark URL
Name it "ReadPostAloud" or any preferred name
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); })();