|
| 1 | + |
| 2 | + |
| 3 | + |
1 | 4 | # ChatGPT-Shortcut-for-Google-Search |
2 | | -Add a ChatGPT button inside the Google search bar container |
| 5 | + |
| 6 | +This Tampermonkey script adds a "ChatGPT" button to Google Search. The button appears inside the search bar container, alongside the existing buttons, allowing you to send your Google search query directly to ChatGPT. |
| 7 | + |
| 8 | +# Intented use scenario |
| 9 | +1. You google a question, lets say "Why is the magnetic field non conservative?" |
| 10 | +2. Google returns some useless junk. Ugh. |
| 11 | +3. Save the ~5-10 second you would open and type into chatgpt |
| 12 | +4. learn faster |
| 13 | + |
| 14 | +# How to Install |
| 15 | +## Option 1: Install from GitHub |
| 16 | + |
| 17 | + Download the Script: |
| 18 | + Clone or download this repository as a ZIP file and extract it, or navigate to the script file (chatgpt-google-search.user.js) directly. |
| 19 | + Open Tampermonkey Dashboard: |
| 20 | + Install Tampermonkey for your browser if you haven't already. |
| 21 | + Click the Tampermonkey icon in your browser and choose "Dashboard." |
| 22 | + Add a New Script: |
| 23 | + Click on the "+" (Add a New Script) button. |
| 24 | + Copy the contents of chatgpt-google-search.user.js and paste it into the editor. |
| 25 | + Save the Script: |
| 26 | + Click File → Save or press Ctrl + S (Cmd + S on Mac). |
| 27 | + Done: |
| 28 | + Visit Google Search and try a search. The ChatGPT button should appear in the search bar. |
| 29 | + |
| 30 | +## Option 2: Install from GreasyFork |
| 31 | + |
| 32 | + Visit the GreasyFork Script Page: |
| 33 | + Navigate to GreasyFork [source](https://greasyfork.org/en/scripts/518980-chatgpt-shortcut-for-google-search). |
| 34 | + Click on the Install this script button. |
| 35 | + Tampermonkey will open and prompt you to confirm the installation. |
| 36 | + Done: |
| 37 | + Visit Google Search and try a search. The ChatGPT button should appear in the search bar. |
| 38 | + |
| 39 | +# Contributing |
| 40 | + |
| 41 | +Feel free to submit issues or pull requests to improve this script. Contributions are welcome! |
| 42 | + |
| 43 | +# License |
| 44 | + |
| 45 | +This project is licensed under the GNU General Public License v3.0. See the LICENSE file for more details. |
0 commit comments