Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marioortizmanero/reddit-search-on-google
Button on Google to search only for Reddit posts
https://github.com/marioortizmanero/reddit-search-on-google
google google-search greasemonkey greasyfork reddit reddit-search script tampermonkey userscript
Last synced: about 1 month ago
JSON representation
Button on Google to search only for Reddit posts
- Host: GitHub
- URL: https://github.com/marioortizmanero/reddit-search-on-google
- Owner: marioortizmanero
- License: mit
- Created: 2019-04-07T17:54:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T18:50:03.000Z (almost 2 years ago)
- Last Synced: 2024-10-01T01:43:58.667Z (about 1 month ago)
- Topics: google, google-search, greasemonkey, greasyfork, reddit, reddit-search, script, tampermonkey, userscript
- Language: JavaScript
- Homepage:
- Size: 526 KB
- Stars: 90
- Watchers: 5
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Reddit Search On Google
A simple userscript that adds a button to your Google searches to show only Reddit posts. You can just click on the button and it will automatically add `site:reddit.com` to your search:![Img](screenshot.png)
## Downloading the script
The direct download link is here:* [GreasyFork](https://greasyfork.org/en/scripts/381497-reddit-search-on-google)
**Chrome users:** you'll need a script manager extension like [TamperMonkey](https://addons.mozilla.org/en-US/firefox/addon/tampermonkey/) (the one I'm currently using) or [GreaseMonkey](https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/). Then go to the download link above and click on 'Install X.X'. Finally, click on 'install' in the new window that will open.
**Firefox users:** you'll need a script manager extension like [TamperMonkey](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo?hl=en). Then go to the download link above and click on 'Install X.X'. Finally, click on 'install' in the new window that will open.
**Other browsers:** you can look for a script manager extension in your browser add-ons page. Look for Tampermonkey or Greasemonkey and install them. Then go to the download link above and click on 'Install X.X'. Finally, click on 'install' in the new window that will open.
## Customizing the script
There are a couple things you can change inside the script:* `useIcon` can be set to `false` if you don't want to see an icon inside the Reddit button. By default it's set to `true`
* `appendRight` can be set to `true` if you want to append the Reddit button to the right of Google's buttons (next to 'Tools'). By default it's set to `false`, which appends it next to the usual buttons like 'Videos'.