drag this into your bookmark bar
Mimichow to use this script
- drag the link above into your bookmark bar
- name the bookmark and press save
- go to any google docs page
- click the bookmarklet
- enter the text you want to type (use double newlines or \n\n for paragraph breaks, use \n for line breaks) look below for examples
- enter the config in the format wpm,typo_prob,pause_chance,pause_duration,indent_paragraphs. Default is 100, 0.05, 0.3, 5, true. Using any x values will use the default value. Use x,x,x,x,x to use default settings.
- press enter
- enjoy
- to exit the script, close the tab (this will not save your changes)
features
- highly optimized for performance
- emulates human typing with realistic typos, automatic fixing, and pauses
- supports paragraph formatting with proper indentation
- supports line breaks within paragraphs
- creates realistic typos using nearby keys on the keyboard
- adds more frequent and longer pauses after sentences
- configurable typing speed, typo probability, pause frequency, and paragraph indentation
Natural Typing Behavior
Mimic attempts to create a more natural typing experience:
- Realistic Typos: When making typos, it uses adjacent keys on the keyboard. For example, if the correct letter is 'a', possible typo characters would include 'q', 'w', 's', and 'z'.
- Sentence Pauses: The script now adds more frequent and longer pauses after sentences (after periods, question marks, or exclamation points), mimicking how humans naturally pause at the end of sentences.
Mimic automatically creates proper paragraph breaks with indentation. You can disable indentation by setting the last parameter to "false" in the configuration.
text formatting
You can format your text using the following special characters:
Paragraph Breaks
To create paragraphs in your text, use \n\n between paragraphs and \n to create a new line. For example:
This is the first paragraph.
This is the second paragraph.
This is a new line without indent.
To create this in Mimic, it would be:
This is the first paragraph.\n\nThis is the second paragraph.\nThis is a new line without indent.