File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
chatgpt-widescreen/greasemonkey Expand file tree Collapse file tree 1 file changed +2
-2
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.9.29.3
238+ // @version 2025.9.30
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
628628 if ( userVal == null ) return // user cancelled so do nothing
629629 if ( ! / \d / . test ( userVal ) ) return alert ( `${
630630 app . msgs . error_enterValidNum } ${ app . msgs . error_between } ${
631- minVal } ${ app . msgs . and } ${ maxVal } !`)
631+ minVal } ${ app . msgs . error_and } ${ maxVal } !`)
632632 let validVal = parseInt ( userVal . replace ( / \D / g, '' ) ) ; if ( isNaN ( validVal ) ) return
633633 validVal = Math . max ( minVal , Math . min ( maxVal , validVal ) )
634634 entry . slider . value = validVal ; settings . save ( entryData . key , validVal )
You can’t perform that action at this time.
0 commit comments