/chatgpt-on-bard-extension

Access chatgpt results alongside bard results from google.bard.com itself

Primary LanguageTypeScriptMIT LicenseMIT

ChatGPTonBard

Chrome

Screenshot

image

image

TODO

For above sites most probably we have to incercept graphql query

POST https://leetcode.com/graphql/

payload: { "query": " query questionContent($titleSlug: String!) { question(titleSlug: $titleSlug) { content mysqlSchemas } } ", "variables": { "titleSlug": "letter-combinations-of-a-phone-number" }, "operationName": "questionContent" }

Custom Prompt

You can change the prompt. image

Troubleshooting

How to make it work in Brave

Screenshot

Disable "Prevent sites from fingerprinting me based on my language preferences" in brave://settings/shields

How to make it work in Opera

Screenshot

Enable "Allow access to search page results" in the extension management page

Build from source

  1. Clone the repo
  2. Install dependencies with npm
  3. npm run build
  4. Load build/chromium/ or build/firefox/ directory to your browser

🤔 Questions? Problems? Suggestions?

Get help - Discord 💬

Join us on Discord

Credit

This project is inspired by ZohaibAhmed/ChatGPT-Google and https://github.com/wong2/chatgpt-google-extension This project is inspired by ZohaibAhmed/ChatGPT-Google and wong2/chatgpt-google-extension