Unknown
As of May 2026, Unknown has — users.
Usersno change0%
—
—
Ratingno change0%
—
— reviews
Reviewsno change0%
—
Version
—
History
4 snapshotsTracking since Apr 1, 2026.
View as table
| Date | Users | Rating | Reviews | Version |
|---|---|---|---|---|
| Apr 1, 2026 | 57 | 5.00 | 2 | 1.0.0 |
| Apr 21, 2026 | 64 | 5.00 | 2 | 1.0.0 |
| May 6, 2026 | 61 | 5.00 | 2 | 1.0.0 |
| May 18, 2026 | 65 | 5.00 | 2 | 1.0.0 |
| Now | — | — | — | — |
Changelog
- May 18, 2026description
# Scroll-Lock for AI Chat ## Overview I made this browser extension to prevent AI chat applications like ChatGPT, Gemini, and Claude from auto-scrolling. I would be in the middle of reading a long response, think of a follow-up question, and want to send it in before I forgot so the model could work on generating the response, but then I the page would scroll to the bottom and I'd lose my spot. There were other extensions to solve this, but none of them were open-source. To do this kind of thing, an extension needs some serious permissions to inject JavaScript into the page, and I wasn't comfortable with the security of a closed-source tool having that access. So, I decided to write an open-source version you can read and verify for yourself. ## Implementation The solution turned out to be pretty simple, just a small (~50 lines) JavaScript file (`content.js`) that gets injected into the page. It works by overriding the page's native scroll functions (`scrollIntoView`, `scrollTo`, etc.). A counter allows the *first* scroll to happen when the page loads, so you see the latest message, but then it blocks all the ones after that. This does introduce an edge case where when you start a brand new chat, it will do the autoscroll on the 2nd or 3rd message (whichever forces the model to create enough content to require an autoscroll). Handling this was not worth it for me, as scrolling up one message one time per conversation was perfectly manageable. The sites it runs on are just hardcoded in the `manifest.json` file. If you install it from the source code, you can add other websites to that file yourself. * **ChatGPT** (`chatgpt.com`) * **Google Gemini** (`gemini.google.com`) * **Claude** (`claude.ai`) ## Installation You can install this from the Chrome Web Store or directly from the code. ### Option 1: Chrome Web Store [Link to Chrome Web Store] <-- Coming soon. ### Option 2: Self-Install from Source If you want to inspect the code, you can load the extension directly from this repository. **Step 1: Get the Code** * **Option A:** Download this repository as a ZIP file and extract it. * **Option B:** Clone with Git: `git clone https://github.com/FrankLong1/no-scroll-chatbot.git` **Step 2: Install in Chrome** 1. Open Google Chrome and navigate to `chrome://extensions/`. 2. Enable the **Developer mode** toggle in the top-right corner. 3. Click the **Load unpacked** button. 4. Select the `no-scroll-chatbot` folder (the one containing `manifest.json`). The extension will be installed and active immediately. ## License This project is open-source and available under the MIT License.
(empty)
- May 18, 2026short_description
Blocks programmatic autoscroll on AI chat platforms. No popup, no storage, no background.
(empty)
- May 18, 2026name
Open Source AI Chat Auto-Scroll Blocker
Unknown
- May 18, 2026category
make_chrome_yours/functionality
(empty)
Permissions & access
- Permissions
- None declared
- Host access
- None declared
Technical
- Version
- —
- Manifest
- —
- Size
- —
- Min Chrome
- —
- Languages
- 0
- Featured
- No
Metadata
- ID
- dglaanecdghmjlbomjcjcaejmophkeel
- Developer ID
- —
- Developer Email
- —
- Created
- —
- Last Updated (Store)
- —
- Last Scraped
- May 18, 2026
- Website
- —
- Support URL
- —
- Privacy Policy
- —
Similar extensions
Alternatives to Unknown, ranked by description similarity.
AI Custom Prompts
Send selected text to your favorite AI Agent (ChatGPT, Gemini, Claude) with custom prompts and shortcuts.
23
★ 5.0
Scroll — Smart Page Navigator
Navigate any webpage with an interactive table of contents. Works everywhere - AI chats, articles, documentation, and more.
14
★ 5.0
ChatGPT UI Settings
Chrome extensions for configuring and improving the usability of the ChatGPT user interface.
92
★ 5.0
Aegis OmniGuard
Scans input locally for credit cards, API keys & crypto mnemonics before sending to AI chatbots. 100% offline, open source.
7
HearChat: Accessible and Enhanced ChatGPT
adds features to make AI web apps more friendly for screen reader users.
14
★ 5.0
AI Chat Scroller
Scroll between divs with a specific class using Up and Down buttons.
23
★ 4.0
ChatGPT Search Results Extractor
Extract search queries used by ChatGPT to optimize your content for better visibility. Not affiliated with OpenAI or ChatGPT.
4
★ 5.0
AI Chat Exporter
Export conversations from AI platforms (Gemini, Claude, ChatGPT). Download chats as JSON, Markdown, or PDF with media preserved.
470
★ 5.0
Data sourced from the Chrome Web Store · last verified May 18, 2026.