https://github.com/0xsolanaceae/typelapse
Simulates slow, natural typing to automatically generate content in Google Docs over time
https://github.com/0xsolanaceae/typelapse
google-docs greasyfork tampermonkey userscript
Last synced: 3 months ago
JSON representation
Simulates slow, natural typing to automatically generate content in Google Docs over time
- Host: GitHub
- URL: https://github.com/0xsolanaceae/typelapse
- Owner: 0xSolanaceae
- License: gpl-3.0
- Created: 2024-12-18T03:07:40.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-22T01:39:38.000Z (5 months ago)
- Last Synced: 2025-02-08T01:07:57.078Z (3 months ago)
- Topics: google-docs, greasyfork, tampermonkey, userscript
- Language: JavaScript
- Homepage:
- Size: 1.87 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# **TypeLapse**
Simulates slow, natural typing to automatically generate content in Google Docs over time. Perfect for creating timelines, or live writing effects.> [!IMPORTANT]
> To use this script, you must have Tampermonkey installed.#### [Greasy Fork](https://greasyfork.org/en/scripts/521151-typelapse)
---
## **Setup**
1. **Install Tampermonkey**
- If you don’t have it already, install the [Tampermonkey](https://www.tampermonkey.net/) extension.2. **Add the Script**
- Open Tampermonkey.
- Click `Create a new script`.
- Replace the content with the `TypeLapse.js` script.3. **Save and Activate**
- Click `Save` or hit `ctrl-S`
- Ensure the script is enabled in Tampermonkey.---
## **How to Use**
Open a **Google Docs** document and click on the `TypeLapse` button. An example of this is at the bottom of the page. An overlay will appear where you can paste your text and set the desired typing delay in milliseconds. The script will simulate slow, natural typing to automatically generate content over time.
## **Simulate Errors**
This feature allows you to simulate typing errors. When enabled, the script will randomly introduce errors while typing, mimicking a more human-like typing experience.
## **Taking a Break**
When you click on the "TypeLapse" button, an overlay will appear with various options. You can enable the break feature by checking the "Enable Breaks" checkbox. Set the "Break Frequency" to determine how many characters are typed before taking a break, and set the "Break Duration" to specify how long the break should last in milliseconds.
## While Running
When the script is actively typing, don't navigate away from the tab or it'll pause unil you go back to it. You can also hit the pause or stop button to control the typing.
---
