Prompterella bookmarklet
The Prompterella bookmarklet lets you instantly stage any webpage content for AI processing without leaving your browser.
Make It Yours
Customize
The label shown in your bookmarks bar.
What you want the AI to do with the page content.
Summarize
↑ Drag this to your bookmarks bar
Bookmarklet CodeJavaScript
javascript:(function(){var d=document,w=window,s=w.getSelection().toString()||d.body.innerText||d.body.textContent;if(!s||s.trim().length===0){alert('No text found');return;}var f=d.createElement('form');f.action='https://prompterella.com/api/v1/context';f.method='POST';f.target='_blank';f.style.display='none';var i=function(n,v){var el=d.createElement('input');el.type='hidden';el.name=n;el.value=v;f.appendChild(el);};i('prompt','Summarize this page: '+d.title);i('text',s.substring(0,150000));i('sourceUrl',w.location.href);i('redirect','true');d.body.appendChild(f);f.submit();setTimeout(function(){d.body.removeChild(f);},100);})();This code runs entirely in your browser to save your custom settings. It safely loads the Prompterella tool only when you click the bookmark.
How to Use
- Use the generator above to customize your tool (e.g., "Explain", "Summarize").
- Drag the black button to your browser's bookmarks bar.
- Navigate to any webpage you want to process.
- Click the bookmark. A new tab will instantly open with your staged content ready to route.