violentmonkey / violentmonkey

Violentmonkey provides userscripts support for browsers. It works on browsers with WebExtensions support.
https://violentmonkey.github.io/
MIT License
5.95k stars 485 forks source link

Any plan to search js on openuserjs.org #1016

Closed GoogleBeEvil closed 4 years ago

GoogleBeEvil commented 4 years ago

prefer openuserjs than greasyfork, any plan to and options for custom search engine?

tophf commented 4 years ago

I don't see any reason to prefer or even add OUJS. Last time I checked they didn't have an endpoint like GF does for searching by matching a site/domain (using the userscript @matches algorithm internally). As far as I can tell OUJS only has an endpoint for word search so it misses a lot of scripts and matches irrelevant ones.

As for custom engines, I also don't see the point as I suppose it'd be used by 0.001% of users.

Both features may be trivially implemented by a userscript, anyway.
And the existing "Find scripts" item in the popup UI may be hidden via a custom CSS in Violentmonkey options.