您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Adds a button to search Reddit via 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!
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.
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 |
+-------------+---------------+------------------------+---------+
This project was inspired by marioortizmanero's Reddit-search-on-google