# Step-by-step tutorial to add the Tampermonkey extension to Chrome and install the "Twitter Scroll Capture" user script.
### Step 1: Install Tampermonkey Extension
1. **Open Chrome Browser**: Ensure that you have Google Chrome installed and open it.
2. **Navigate to Tampermonkey Page**: Click on [this link](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo) to navigate to the Tampermonkey extension page in the Chrome Web Store.
3. **Click 'Add to Chrome'**: On the top-right corner of the page, click the "Add to Chrome" button.
4. **Confirm Installation**: A dialog box will appear. Click "Add Extension" to confirm the installation.
5. **Wait for Installation**: The download and installation will begin. Wait for it to complete.
### Step 2: Install the Twitter Scroll Capture User Script
1. **Navigate to the User Script**: Click on [this link](https://gist.github.com/gsusI/684c4ae335b02786ce8aff446c9378d6) to navigate to the "Twitter Scroll Capture" user script hosted on GitHub Gist.
2. **Copy the Script**: Select and copy the entire script.
3. **Open Tampermonkey Dashboard**: Click on the Tampermonkey icon in the Chrome toolbar, then select "Dashboard."
4. **Create a New Script**: Click on the "+" icon or "Create a new script..."
5. **Paste the Script**: Delete any existing content in the editor, then paste the copied script.
6. **Save the Script**: Click "File" > "Save" or press `Ctrl + S`.
7. **Verify Installation**: You should see the script listed in the Tampermonkey dashboard with the name "Twitter Scroll Capture."
### Step 3: Use the Twitter Scroll Capture Script
1. **Navigate to Twitter**: Open Twitter in a new tab.
2. **Activate the Script**: Click on the "Start Recording" button that appears on the Twitter page.
3. **Scroll Through Tweets**: Scroll through the feed, and the script will capture tweets as described.
4. **Stop Recording**: Click the "Stop Recording" button when done.
5. **Check the Clipboard**: The captured tweets will be logged to the console and copied to the clipboard. An alert will inform you of the action.
### Conclusion
You have successfully installed the Tampermonkey extension and the "Twitter Scroll Capture" user script. You can now easily capture tweets while scrolling on Twitter.