BraveGPT 🤖

AI válaszokat ad hozzá a Brave Search-hoz (GPT-4o által hajtva!)

Ezek a szkript azon változatai, ahol a kód módosítva lett. Minden verzió mutatása

  • v2024.6.16.8 2024.06.16.

    Lowered About btn ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.16.7 2024.06.16.

    Removed no-longer needed toggleFontSizeSlider() from toggleSidebar() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.16.6 2024.06.16.

    Renamed 'knob' to 'thumb' in moveKnob() name + comments ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.16.5 2024.06.16.

    Re-sized/colored font size slider thumb ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.16.4 2024.06.16.

    Renamed font size slider var/class/id names to be more semantic ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.16.3 2024.06.16.

    Increased processStreamText recursion interval for Edge users ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.16.2 2024.06.16.

    Added font size option/button/slider ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.16.1 2024.06.16.

    Fixed auto-focus chatbar to work from Standby mode ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.16 2024.06.16.

    Fixed Edge STATUS_ACCESS_VIOLATION bug ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.15.4 2024.06.16.

    Removed leftover appDiv.append(kudoAIspan) ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.15.3 2024.06.16.

    Restricted showing 'by KudoAI' in header only if it fits ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.15.2 2024.06.16.

    Re-sized/padded chatbar to avoid v-scrollbar in at least Chromium browsers ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.15.1 2024.06.16.

    Changed .balloon-tip positioning to float: left for simpler props ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.15 2024.06.16.

    Moved answer balloon tip styles from show.reply() to appStyle, condensed inits/appends

    ± Converted em/rem to px to futureproof against size changes ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.14.2 2024.06.15.

    Bumped latest commit hash in config.assetHostURL ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.14.1 2024.06.15.

    Added auto-focus chatbar menu toggle ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.14 2024.06.14.

    Added Mask Browser to compatibility ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.13.9 2024.06.13.

    Replaced .bravegpt w/ #bravegpt ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.13.8 2024.06.13.

    Corrected proxy toggle link selectors in div alerts ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.13.6 2024.06.13.

    Replaced inline .proxy-toggle-link w/ appStyle.alert-link+ added underline if dark scheme ↞ [auto-sync fromadamlui/chatgpt-apps`]

  • v2024.6.13.4 2024.06.13.

    Renamed .proxyToggle to .proxy-toggle-link for readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.13.3 2024.06.13.

    Limited query re-send in toggleProxyMode() to only if user alerted ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.13.2 2024.06.13.

    Limited app title/logo update to reply UI ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.13.1 2024.06.13.

    Restricted chatbar auto-focus at most once per show.reply() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.13 2024.06.13.

    Added replace app title w/ logo on load for Standby mode early app loads ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.12.10 2024.06.13.

    Moved browser flag inits up ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.12.9 2024.06.13.

    +1s to timeout before get.related(query) retry ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.12.8 2024.06.13.

    Renamed get.answer() to get.reply() for readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.12.7 2024.06.13.

    Renamed/moved show func defs into show obj for improved maintainability/readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.12.6 2024.06.13.

    Moved query augment function defs above get ones for readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.12.6 2024.06.13.

    Moved query augment function defs above get ones for readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.12.5 2024.06.13.

    Renamed get.relatedQueries() to get.related() for readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.12.4 2024.06.13.

    Moved config + API prop inits up for easier maintenance ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.12.3 2024.06.13.

    Added show related queries on 1st toggle + standby mode ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.12.2 2024.06.13.

    Moved data processing funcs into dataProcess obj for improved maintainability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.12.1 2024.06.13.

    Moved get funcs into get obj for improved maintainability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.12 2024.06.13.

    Added retries to getRelatedQueries(), delayed show till after answer load

    ± Corrected getShowReply.attemptCnt resets for working init condition in getShowReply() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.11.14 2024.06.12.

    Fixed Play button only speaks 1st answer chunk in Streaming Mode ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.11.13 2024.06.12.

    Replaced hasOwnProperty w/ Object.prototype.hasOwnProperty.call to satisfy picky ESLint ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.11.12 2024.06.12.

    Removed no-longer used // @connect onrender.com ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.11.11 2024.06.12.

    Fixed api.pick() to not retry timed out APIs ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.11.10 2024.06.12.

    Re-organized/named functions/vars for improved maintenance/readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.11.9 2024.06.11.

    Increased timeout range before trying next API ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.11.8 2024.06.11.

    Moved function defs above main routine ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.11.7 2024.06.11.

    Removed dead proxy API ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.11.6 2024.06.11.

    Moved main routine after func defs ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.11.5 2024.06.11.

    Added flagging of timed out APIs in getShowReply.triedAPIs to not exclude from new query tries ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.11.4 2024.06.11.

    Added header comment to math typesetting routine in appShow() for readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.11.3 2024.06.11.

    Removed no-longer needed updateTweaksStyle() call in appShow() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.11.2 2024.06.11.

    Included standby mode in chatbar auto-focus for faster access ↞ [auto-sync from adamlui/chatgpt-apps]

Mutasd a szkript összes verzióját