Lorem Ipsum Generator
Free to download on every platform. Comes pre-installed on BotFone, BotPad and BotFlip — with extra free apps included.
About this app
tags. Enable "Capitalize first letter of sentences" to automatically capitalize the first letter of each sentence. Click "Generate Lorem Ipsum" to create the text. The output appears in the panel. Use "Copy to Clipboard" to copy the plain text, or "Copy with HTML" to copy the HTML-formatted version. "Clear" resets the output. TECHNICAL MECHANISM The tool uses a curated word list of common Lorem Ipsum terms (lorem, ipsum, dolor, sit, amet, etc.) stored as a JavaScript array. When generating, it builds sentences by randomly selecting words from this list, with each sentence containing 8-23 words (randomized). Paragraphs are composed of 3-7 sentences each, also randomized. The tool tracks capitalization—if enabled, it capitalizes the first letter of each sentence and the overall output. For words-only generation, it simply joins the requested number of random words. HTML formatting wraps the output in paragraph tags, with each paragraph separated by a newline. The tool never uses innerHTML with user-provided content (there is no user text input here, only generated text), and all output is either textContent or safely escaped HTML (PLAYBOOK-A §6 rule 3). Settings are saved locally via GM_setValue and persist across sessions. THE PANEL The floating panel is built with BotGentz's BGPanel framework. It is draggable—click and drag the panel header to reposition it anywhere on the screen. The panel remembers its position per site via the settings dropdown. It can be collapsed to a small bubble icon by clicking the minimize button, preserving screen space. The panel can be closed and reopened via the BotGentz toolbar. Press the Escape key to quickly close the panel. The panel automatically adjusts its layout for different screen sizes. PLEASE NOTE Requires the free BotGentz extension. This tool processes text entirely in your browser and does not send any data to external servers. Generated text is not stored or logged anywhere—only your preferences are saved locally via GM_setValue. The Lorem Ipsum text generated is based on a classic word list and may not be suitable for all languages or contexts. Websites change frequently; if the tool stops working on a particular site, the script may need updating.