opensearch VS firefox-scripts

Compare opensearch vs firefox-scripts and see what are their differences.

opensearch

OpenSearch is a collection of simple formats for the sharing of search results. (by dewitt)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
opensearch firefox-scripts
9 131
716 906
- -
0.0 1.6
8 months ago 9 months ago
Python JavaScript
Creative Commons Attribution Share Alike 4.0 Mozilla Public License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

opensearch

Posts with mentions or reviews of opensearch. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-10.
  • Firefox Address Bar Tips
    13 projects | news.ycombinator.com | 10 Jul 2023
    Or just right-click the input field, and if the browser recognizes it as a search field (they're good at it by default, but you can implement https://github.com/dewitt/opensearch to make extra sure), you'll get an option to create a search from it, with a keyword of your choosing (haven't tried Safari).
  • Looking for Search API/DSL Design Resources
    1 project | /r/Solr | 4 Jan 2023
  • Is there a place with a bunch of free API's I can use to practice making CRUD applications?
    7 projects | /r/learnjavascript | 2 Jun 2022
    https://github.com/public-apis/public-apis https://data.gov.sg/developer http://opendatacommunities.org/ https://www.data.gov/developers/apis https://data.sfgov.org/browse?limitTo=datasets&utf8=? https://mashupaustralia.org/open-access-to-psi/ https://catalogue.data.govt.nz/dataset https://rapidapi.com/ https://www.programmableweb.com/apis https://rapidapi.com/collection/list-of-free-apis https://any-api.com/ https://compassioninpolitics.wordpress.com/2009/06/03/best-free-apis-for-web-developers/ https://rapidapi.com/pozzad/api/email-validator-1 https://public-apis.xyz/ https://developers.facebook.com/ https://dev.twitter.com https://www.programmableweb.com/news/5-weather-apis-weatherbug-to-weather-channel/2009/04/15 https://duckduckgo.com/api https://openweathermap.org/api https://github.com/dewitt/opensearch http://www.atomenabled.org/ https://openid.net/developers/ http://developer.foodessentials.com/ https://postcoder.com/docs/address-lookup https://github.com/public-apis/public-apis https://www.data.gov/developers/apis https://rapidapi.com/ https://www.programmableweb.com/apis https://rapidapi.com/collection/list-of-free-apis https://any-api.com/ https://compassioninpolitics.wordpress.com/2009/06/03/best-free-apis-for-web-developers/ https://rapidapi.com/pozzad/api/email-validator-1 https://public-apis.xyz/ https://www.programmableweb.com/news/5-weather-apis-weatherbug-to-weather-channel/2009/04/15 https://duckduckgo.com/api https://openweathermap.org/api https://postcoder.com/docs/address-lookup https://postcoder.com/docs/address-lookup http://vendapin.com/cecb46.html https://my-json-server.typicode.com/ https://jsonplaceholder.typicode.com/ https://reqres.in/ https://my-json-server.typicode.com/ https://randomapi.com/pricing https://randomuser.me/ https://reqres.in/ https://randomapi.com/pricing http://www.mindit-bookmarking.com/ https://theroadtodelphi.com/2010/08/07/using-the-google-maps-api-v3-from-delphi-part-i-basic-functionality/ https://theroadtodelphi.com/2010/08/07/using-the-google-maps-api-v3-from-delphi-part-i-basic-functionality/ https://www.geoapify.com/map-marker-icons-generator-create-beautiful-icons-for-your-map https://elevation-api.io/ https://open-elevation.com/ https://www.thoughtco.com/save-a-web-page-as-html-or-mht-1058361 https://theroadtodelphi.com/2010/08/07/using-the-google-maps-api-v3-from-delphi-part-i-basic-functionality/ https://www.programmableweb.com/apis/directory https://www.sitepoint.com/10-html5-apis-worth-looking/ http://www.99lime.com/elements/ https://docs.angularjs.org/api https://docs.angularjs.org/api/ng/service/$http https://docs.angularjs.org/api/ngMock/service/$httpBackend https://developers.google.com/earth/ http://www.worldwindcentral.com/wiki/Google_Earth_comparison https://theroadtodelphi.com/2010/08/07/using-the-google-maps-api-v3-from-delphi-part-i-basic-functionality/ https://jasontpenny.com/blog/2009/01/11/google-maps-in-a-twebbrowser-from-delphi-directions/ https://geochalkboard.wordpress.com/2009/03/11/density-mapping-in-google-maps-with-heatmapapi/ https://www.ixxat.com/products/products-industrial/protocol-sw-and-apis https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.backgroundworker?redirectedfrom=MSDN&view=netframework-4.7.2 http://custforum.axis.com/viewtopic.php?t=1963&sid=7990ea009d57544606efd627f3a40541 https://stackoverflow.com/questions/5137717/seeking-simple-coding-example-for-axis-webcam-using-vapix
  • Show HN: Search Engine for Blogs
    5 projects | news.ycombinator.com | 29 Mar 2022
    I still quite like the idea of having a number of independent search engines each indexing their own specialist subjects, and one or more federated search front-ends which can pull these together.

    Doing it with APIs is a little tricky to make work in a usable way though. There have been various attempts at standardised APIs, e.g. OpenSearch[0], and metasearch engines like searX[1] have what are essentially pluggable scrapers, but there are still fundamental issues like getting different results at different times and having different ranking mechanisms.

    Integrating at the index level could make a more usable search, but there are lots of other issues with this approach, e.g. those with Apache Solr's Cross Data Centre Replication[2]. And yes, the volumes of data may also be an issue, given a search index will typically be slightly larger than the compressed data size, e.g. the 16M wikipedia docs are approx 32Gb compressed and approx 40.75Gb in a search index.

    [0] https://github.com/dewitt/opensearch , unrelated to Amazon's Elasticsearch fork

    [1] https://github.com/searx/searx

    [2] https://solr.apache.org/guide/8_11/cross-data-center-replica...

  • How to implement a search shortcut (OpenSearch) on any website
    2 projects | dev.to | 3 Mar 2022
    GitHub
  • Opensearch 1.0.0 Announced
    1 project | /r/programming | 13 Jul 2021
    There is already an open source project called OpenSearch which used to be located on the same domain. The original project is a specification for how to share search results with a common API.
  • AWS released OpenSearch, a community-driven, open source fork of Elasticsearch and Kibana
    1 project | /r/programming | 12 Apr 2021
  • AWS releases forked Elasticsearch code. Announces new name: OpenSearc
    10 projects | news.ycombinator.com | 12 Apr 2021

firefox-scripts

Posts with mentions or reviews of firefox-scripts. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-10.
  • Adapting custom buttons and legacy extensions to Librewolf Portableapps install
    1 project | /r/LibreWolf | 13 Sep 2023
  • Problems with custom scrollbar after updating to FF117
    1 project | /r/FirefoxCSS | 5 Aug 2023
    For a long time, I've been making use of a MacOS-esque scrollbar I found online. I'm using XiaoXiaoFlood's loader script, and I've made the necessary changes to the files mentioned here to make it able to load .js and .uc.js files again. I've also modified the script a fair bit, though reverted most as it didn't work. Currently, I'm using this one, which has simply commented out the things that rely on Services. Though, even if I add it with something like const Services = globalThis.Services || ChromeUtils.import("resource://gre/modules/Services.jsm").Services; it doesn't make much of a difference. I've also tried using a userChrome.xml file, but that doesn't do much anymore. Was around 72/75 where that stopped working right?
  • Firefox Address Bar Tips
    13 projects | news.ycombinator.com | 10 Jul 2023
    Though for the full value I personally really also need some sort of interface that can show individual page visits in order to answer the question "What other pages did I visit at that point in time?" (sometimes I don't remember the right keywords to find a certain page again, but only some other page I visited during the same browsing session). The built-in history view is only of limited value here, because it always only shows the most-recent visit, so as soon as you visit a page again, it moves to the front of the list again and loses its original place and history context.

    As usual, there used to be an add-on for that, which was subsequently broken by the move to webextensions (and even if somebody wanted to rewrite it, the webextension API doesn't cater for its full functionality). Thankfully some kind soul has maintained a version hacked to still work even on a current Firefox (https://github.com/xiaoxiaoflood/firefox-scripts/tree/master...).

  • [Help] How do I change the new tab page in Firefox
    1 project | /r/FirefoxCSS | 19 Jun 2023
    This is what you're looking for.
  • How do I get rid of this gray overlay on hover in the context menu? (only the buttons along the top are affected)
    1 project | /r/FirefoxCSS | 14 Jun 2023
    Heads up though, it doesn't work for most tooltips. For that, I found the only way to change them is to use the above code in an agentsheet (https://github.com/xiaoxiaoflood/firefox-scripts, see the "StyloaiX" section)
  • What are downsides and upsides of all the updates since after G3 for you?
    1 project | /r/waterfox | 5 May 2023
    Bootstrapped extensions are supported (really, xiaoxiaoflood is the only one who maintains any popular ones).
  • Firefox will get rid of cookie banners by auto-rejecting cookies
    6 projects | /r/webdev | 21 Apr 2023
    depending on your needs existing extensions may work for you, though the ContentScript based implementations have issues, if that's not enough you can use https://github.com/xiaoxiaoflood/firefox-scripts as it allows you to run the code in the browser UI, unfortunately there's no easy to use extension (and sadly FireGestures require update to work, even with loader injected into Quantum) so you may need to work with the code a bit (or more)
  • Private Tabs instead of windows
    1 project | /r/firefox | 19 Apr 2023
  • Firefox it is (Or its forks. Need Suggestions.)
    4 projects | /r/browsers | 15 Apr 2023
    do what exactly? inject code? there are many slightly different approaches, the most reliable seems to be https://github.com/xiaoxiaoflood/firefox-scripts and using an approach like that forks can add extra configs to the UI making users' lives easier
  • The Little Trick Requires Firefox CSS… So, I Cross-Posted
    2 projects | /r/FirefoxCSS | 9 Apr 2023
    Not in the foreseeable future, but maybe achievable with userChromeJS.

What are some alternatives?

When comparing opensearch and firefox-scripts you can also consider the following projects:

vector - A high-performance observability data pipeline.

firefox-sidebery-minimal-style - Universal minimal style for Firefox and Sidebery

sonic - 🦔 Fast, lightweight & schema-less search backend. An alternative to Elasticsearch that runs on a few MBs of RAM.

Waterfox - The official Waterfox 💧 source code repository

graylog - Free and open log management

firefox-csshacks - Collection of userstyles affecting the browser

OpenSearch - 🔎 Open source distributed and RESTful search engine.

firefox-quantum-userchromejs - Firefox Quantum-compatible custom javascript in browser context — no extension, userChromeJS replacement

OpenSearch-Dashboards - 📊 Open source visualization dashboards for OpenSearch.

Zotero-Dark-Theme - userChrome.css file for a Zotero dark theme. Suggestions for improvements are welcome.

fake-store-api - FakeStoreAPI is a free online REST API that provides you fake e-commerce JSON data

Bento - 🍱 The minimalist, elegant and hackable startpage.