mirror of
https://github.com/imputnet/cobalt.git
synced 2026-03-10 15:52:58 -05:00
[PR #361] [CLOSED] Implement OpenSearch #1114
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/imputnet/cobalt/pull/361
Author: @real-jame
Created: 2/17/2024
Status: ❌ Closed
Base:
current← Head:current📝 Commits (1)
4887aafimplement opensearch📊 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!!

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