A simple bookmarklet that allows you to load and display large chunks of text in a user-friendly interface.
- Load text from a user prompt
- Display text in chunks within a custom window
- Navigate through chunks using Previous, Next, and Close buttons
- Copy the current chunk to clipboard with the Copy button
- Create a new bookmark in your browser.
- Set the bookmark's name to "Text Loader" or any name you prefer.
- Copy the content of the
script.js
file from this repository and paste it as the URL of the bookmark.
- Click the "Text Loader" bookmark in your browser.
- Enter your text in the prompt that appears.
- Use the Previous, Next, and Close buttons to navigate through the chunks.
- Click the Copy button to copy the current chunk to clipboard.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.