Greasy Fork is available in English.

Reddit on Google Search (forked from Alexyoe's original script)

Adds a button to search Reddit via Google Search

질문, 리뷰하거나, 이 스크립트를 신고하세요.
개발자
mefengl
일일 설치수
0
총 설치수
25
평점
0 0 0
버전
1.1.0
생성
2024-02-24
갱신
2024-02-29
라이선스
MIT
동작 사이트

Reddit on Google Search (forked from Alexyoe's original script)

changes:

  • added settings in Tampermonkey dashboard
  • added reddit icon to the button

github repo: https://github.com/mefengl/Reddit-on-Google-Search

original repo: https://github.com/Alexyoe/reddit-on-google-search

Reddit On Google Search

A simple userscript that adds a button to your Google searches to only show results from reddit.com. You can just click on the button and it will automatically add site:reddit.com to your search!

Img

Downloading the script

The direct download link is here:

Chrome users: You will need a script manager extension like TamperMonkey or 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. 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.

Settings

This userscript provides a settings section at the top of userscript.js, allowing you to easily customize the script according to your preferences.

+-------------+---------------+------------------------+---------+
| Name        | Value         | Description            | Type    |
+-------------+---------------+------------------------+---------+
| iconVisible | true/false    | Show or hide icon      | boolean |
+-------------+---------------+------------------------+---------+
| nameVisible | true/false    | Show or hide name      | boolean |
+-------------+---------------+------------------------+---------+
| btnPosition | "start"/"end" | Set position of button | string  |
+-------------+---------------+------------------------+---------+

Credit

This project was inspired by marioortizmanero's Reddit-search-on-google