Skip to content

Commit

Permalink
Removed no-longer used show.related.greenlit flag
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlui committed Aug 24, 2024
1 parent 54b7886 commit 4f8d974
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions bravegpt/greasemonkey/bravegpt.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
// @description:zu Yengeza izimpendulo ze-AI ku-Brave Search (inikwa amandla yi-GPT-4o!)
// @author KudoAI
// @namespace https://kudoai.com
// @version 2024.8.24.1
// @version 2024.8.24.2
// @license MIT
// @icon https://media.bravegpt.com/images/icons/bravegpt/icon48.png?0a9e287
// @icon64 https://media.bravegpt.com/images/icons/bravegpt/icon64.png?0a9e287
Expand Down Expand Up @@ -3131,7 +3131,6 @@ setTimeout(async () => {
if (get.reply.status == 'waiting') // wait for get.reply() to finish showing answer
setTimeout(() => show.related(queries), 500, queries)
else { // show queries
show.related.greenlit = false
if (queries && !appDiv.querySelector('.related-queries')) {

// Create/classify/append parent div
Expand Down
3 changes: 1 addition & 2 deletions googlegpt/greasemonkey/googlegpt.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
// @description:zu Yengeza izimpendulo ze-AI ku-Google Search (inikwa amandla yi-Google Gemma + GPT-4o!)
// @author KudoAI
// @namespace https://kudoai.com
// @version 2024.8.24.2
// @version 2024.8.24.3
// @license MIT
// @icon https://media.googlegpt.io/images/icons/googlegpt/black/icon48.png?8652a6e
// @icon64 https://media.googlegpt.io/images/icons/googlegpt/black/icon64.png?8652a6e
Expand Down Expand Up @@ -3367,7 +3367,6 @@
if (get.reply.status == 'waiting') // wait for get.reply() to finish showing answer
setTimeout(() => show.related(queries), 500, queries)
else { // show queries
show.related.greenlit = false
if (queries && !appDiv.querySelector('.related-queries')) {

// Create/classify/append parent div
Expand Down

0 comments on commit 4f8d974

Please sign in to comment.