[PR #361] [CLOSED] Implement OpenSearch #1114

Closed
opened 2025-11-09 10:06:02 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/361
Author: @real-jame
Created: 2/17/2024
Status: Closed

Base: currentHead: current


📝 Commits (1)

📊 Changes

7 files changed (+311 additions, -268 deletions)

View changed files

📝 .gitignore (+3 -0)
📝 src/front/cobalt.js (+5 -0)
📝 src/localization/languages/en.json (+4 -1)
📝 src/localization/languages/ru.json (+4 -1)
📝 src/modules/build.js (+4 -0)
src/modules/pageRender/buildOpenSearch.js (+21 -0)
📝 src/modules/pageRender/page.js (+270 -266)

📄 Description

This adds OpenSearch support to Cobalt. Instead of searching, it acts as a shortcut to let you download straight from the address bar.

I wasn't sure what to do about Russian localization, so it should be translated (or removed for now? IDK), let me know if there's any other issues!!
firefox_xC91j7HrW8


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/imputnet/cobalt/pull/361 **Author:** [@real-jame](https://github.com/real-jame) **Created:** 2/17/2024 **Status:** ❌ Closed **Base:** `current` ← **Head:** `current` --- ### 📝 Commits (1) - [`4887aaf`](https://github.com/imputnet/cobalt/commit/4887aaf559113615f06a2329e6be04b19b0c7308) implement opensearch ### 📊 Changes **7 files changed** (+311 additions, -268 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+3 -0) 📝 `src/front/cobalt.js` (+5 -0) 📝 `src/localization/languages/en.json` (+4 -1) 📝 `src/localization/languages/ru.json` (+4 -1) 📝 `src/modules/build.js` (+4 -0) ➕ `src/modules/pageRender/buildOpenSearch.js` (+21 -0) 📝 `src/modules/pageRender/page.js` (+270 -266) </details> ### 📄 Description This adds [OpenSearch support](https://developer.mozilla.org/en-US/docs/Web/OpenSearch) to Cobalt. Instead of searching, it acts as a shortcut to let you download straight from the address bar. I wasn't sure what to do about Russian localization, so it should be translated (or removed for now? IDK), let me know if there's any other issues!! ![firefox_xC91j7HrW8](https://github.com/wukko/cobalt/assets/44046496/ec50d49a-657e-4931-8c51-6800e7010ddc) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-09 10:06:02 -06:00
Sign in to join this conversation.