Add search option to search on Userscripts.org and *cough* OpenUserJS.org.
< Feedback op Greasy Fork - Search other sites
So the search will no longer go to openuserjs.org search page.
Fix: I had to change this:
{ name: "OpenUserJS", url: "https://openuserjs.org/search/" }
TO THIS:
{ name: "OpenUserJS", url: "https://openuserjs.org/?q=" }
I tried to add this... another userscripts.org mirror... but it did not work. I guess script needs more changes.
{ name: "Webextender", url: "http://www.webextender.net/scripts/search?q=" },
EDIT:
And this:
{ name: "Monkeyguts", url: "https://monkeyguts.com/index.php?search=" },
Enhances the Searchbar function
Thanks very much LouCypher !
Good addition!