Toggle temporary chat mode on chaptgpt with double shift key press without reloading
< 腳本ChatGPT Temporary Chat Toggle without reloading the web的回應
thanks for commenting, yeah, I agree with you i thought about that in the first place. but i needed to press 'right shift + Enter' a lot to insert a new line while writing the prompt. That's why I switched it to 'only left shift' in the new version 3, have a great day
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
Shift is unreliable, I changed it to right control (e.code === 'ControlRight'), as too many times the script switched to temporary and back by mistake. Right CTRL is much less used too so less prone to accidental press.