From 577f8571de24efbbebdd8706827ed4d6df0dea12 Mon Sep 17 00:00:00 2001 From: kudo-sync-bot Date: Sun, 1 Dec 2024 20:41:33 -0800 Subject: [PATCH] =?UTF-8?q?Removed=20unneeded/unworking=20title-casing=20G?= =?UTF-8?q?itHub=20button=20from=20`modals.feedback.show()`=20since=20labe?= =?UTF-8?q?ls=20are=20auto-uppercased=20=E2=86=9E=20[auto-sync=20from=20ht?= =?UTF-8?q?tps://github.com/adamlui/ai-web-extensions]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- greasemonkey/bravegpt.user.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/greasemonkey/bravegpt.user.js b/greasemonkey/bravegpt.user.js index b7db1a0f..967d2ccc 100644 --- a/greasemonkey/bravegpt.user.js +++ b/greasemonkey/bravegpt.user.js @@ -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.12.1.4 +// @version 2024.12.1.5 // @license MIT // @icon https://media.bravegpt.com/images/icons/bravegpt/icon48.png?0a9e287 // @icon64 https://media.bravegpt.com/images/icons/bravegpt/icon64.png?0a9e287 @@ -1021,7 +1021,6 @@ btns = btnsDiv.querySelectorAll('button') btns.forEach((btn, idx) => { if (idx == 0) btn.style.display = 'none' // hide Dismiss button - else if (btn.textContent == 'Github') btn.textContent = 'GitHub' else if (btn.textContent == 'Alternative To') btn.textContent = 'AlternativeTo' if (idx == btns.length -1) btn.classList.remove('primary-modal-btn') // de-emphasize last link btn.style.marginTop = btn.style.marginBottom = '5px' // v-pad btns