Greasy Fork is available in English.

Stack Overflow on Google Search

Adds a button to search stackoverflow via Google Search

Εγκατάσταση αυτού του κώδικαΒοήθεια
Κώδικας προτεινόμενος από τον δημιιουργό

Μπορεί, επίσης, να σας αρέσει ο κώδικας Reddit on Google Search.

Εγκατάσταση αυτού του κώδικα
Δημιουργός
Alexyoe
Ημερήσιες εγκαταστάσεις
0
Σύνολο εγκαταστάσεων
71
Βαθμολογίες
2 0 0
Έκδοση
2.0.6
Δημιουργήθηκε την
15/10/2022
Ενημερώθηκε την
18/03/2024
Άδεια
MIT
Εφαρμόζεται σε

Stack Overflow On Google Search

A simple userscript that adds a button to your Google searches to only show results from stackoverflow.com. You can just click on the button and it will automatically add site:stackoverflow.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

Check out my other user scripts over at: Alexyoe's User Scripts