File tree Expand file tree Collapse file tree 1 file changed +1
-16
lines changed
chatgpt-widescreen/greasemonkey Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Original file line number Diff line number Diff line change 235235// @description :zu Thuthukisa iChatGPT ngemodi zesikrini ezibanzi/egcwele/ephezulu + imodi yokuvimbela i-spam. Futhi isebenza ku-poe.com!
236236// @author Adam Lui
237237// @namespace https://github.com/adamlui
238- // @version 2025.8.14
238+ // @version 2025.8.14.1
239239// @license MIT
240240// @icon https://assets.chatgptwidescreen.com/images/icons/widescreen-robot-emoji/icon48.png?v=844b16e
241241// @icon 64 https://assets.chatgptwidescreen.com/images/icons/widescreen-robot-emoji/icon64.png?v=844b16e
827827 notify ( app . msgs . notif_chatStopped , 'bottom-right' ) ) } catch ( err ) { }
828828 } )
829829
830- // Ensure CHATGPT PROJECTS scroll
831- if ( env . site == 'chatgpt' ) {
832- ensureProjectsScroll ( )
833- new MutationObserver ( ensureProjectsScroll ) . observe ( document . body , { childList : true , subtree : true } )
834- function ensureProjectsScroll ( ) {
835- const projectElem = document . querySelector (
836- 'div[role="presentation"] > header#page-header + div.flex.basis-auto.flex-col.grow' )
837- if ( projectElem ) {
838- projectElem . style . overflowY = 'auto'
839- projectElem . style . maxHeight = '100vh' // safety cap
840- projectElem . style . overscrollBehavior = 'contain' // smoother wheel/touch behaviour
841- }
842- }
843- }
844-
845830} ) ( )
You can’t perform that action at this time.
0 commit comments