4.7 out of 5
Google doesn't verify reviews. Learn more about results and reviews.
- All reviews
- Recent
- Helpful
- Highest to lowest rating
- Lowest to highest rating
- English
- All languages
Frank D.Jul 9, 2024
Fantastic! Thank you :-) I love the minimalist tweaks and the configurable keyboard shortcuts – especially the ability to scroll right to the top 😍 Would you consider adding an option to hide the extension's "Toggle menu" (bottom right)? 🙏
Tangled TerrainDeveloperJul 23, 2024
Hi, Frank D. Thanks for the suggestion. I like it. Done.
Jordan CyrApr 29, 2024
This is so close to what I Need it to do... It's that there are still no pageup/pagedown functions in chatgpt. I have some long conversations that are annoying to scroll through. Shooting right to the top and bottom is nice but I need to be able to do it more granularly. Add that and I'll give 5 Stars. Edit: updated to 4 stars. The Arrow up/down buttons mostly accomplish what I need it to. Would still be nice to be able to go chunk by chunk and not entire message by entire message.
Tangled TerrainDeveloperApr 29, 2024
Remapping native keyboard keys like Page Up and Page Down is possible but not supported by my extension. 1. If you want a Chrome extension: search for Vimium, install it, right-click the icon, select "options," and paste code below in the custom key mappings section. Click save at bottom and reload page. If you run into any problems, ChatGPT can help: unmapAll map Alt+S scrollFullPageUp map Alt+D scrollFullPageDown 2. On Mac, install Karibiner-Elements (free) and consult ChatGPT for remapping Alt-S to Page Up and Alt-D to Page Down in the settings. 3. On PC, install AutoHotkey v1.1 (free), open notepad, File → new, paste the code at end of this message, save the file as PageUpDown.ahk, run it, and add it to your startup folder. Here is the code to paste (remove ahk_class Chrome_WidgetWin_1 if you want this active always). ChatGPT is good at writing these scripts, by the way: #IfWinActive, ahk_class Chrome_WidgetWin_1 !s up::send, {pgup} !d up::send, {pgdn}
Ronivaldo Passos SampaioApr 16, 2024
Great effort, it can be improved.. 1) Alt+A doen't work for meu, even changing to another key, I can see the event in Devtools, but nothing happens on the screen. 2) Please add an separator option to copy function for both prompt and response. Thank you sir
Tangled TerrainDeveloperApr 23, 2024
I resolved the broken scroll-up feature caused by external HTML modifications; it was fixed within a few weeks of the change. This update should push in the next couple of days. For feature requests or bug reports, use the support hub link below or email us. Response separators are already in place. Currently, there are no plans to add a feature for copying all text, including user prompts. You catch more bees with honey.
LoriJApr 4, 2024
I'm wavering between 3-5 stars. 5 stars because it does what it says it does but 3 because why is there no function to scroll to the top? That's the scrolling I most frequently want to do.
Tangled TerrainDeveloperApr 5, 2024
Just for you, we've added a scroll-to-top shortcut. In the words of princess buttercup— as you wish, LoriJ.
Pinball DestinyJan 13, 2024
Customizing default shortcuts is possible. The shortcuts for copying the lowest visible message and for navigating up one message at a time both significantly help my workflow. The feature to copy all responses without prompts is ideal for reviewing summarized GPT responses without prompts. Fantastic extension.