Skip to content

Commit

Permalink
Removed Donate entry from toolbar menu when extension installed ↞ [au…
Browse files Browse the repository at this point in the history
…to-sync from `adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey`]
  • Loading branch information
adamlui authored and kudo-sync-bot committed Sep 30, 2024
1 parent 12859e2 commit e66c442
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions greasemonkey/chatgpt-widescreen-mode.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
// @description:zu Engeza izinhlobo zezimodi ze-Widescreen + Fullscreen ku-ChatGPT ukuze kube nokubonakala + ukuncitsha ukusukela
// @author Adam Lui
// @namespace https://github.com/adamlui
// @version 2024.9.29.3
// @version 2024.9.29.4
// @license MIT
// @compatible chrome
// @compatible firefox
Expand Down Expand Up @@ -968,7 +968,6 @@
}), new Promise(resolve => setTimeout(() => resolve(false), 1500))])
if (extensionInstalled) { // disable script/menu
GM_registerMenuCommand(`${menu.state.symbols[0]} ${app.msgs.menuLabel_disabled}`, () => { return })
GM_registerMenuCommand(`💖 ${app.msgs.menuLabel_donate}`, modals.donate.show)
return // exit script
} else menu.register() // create functional menu

Expand Down

0 comments on commit e66c442

Please sign in to comment.