[PR #239] [CLOSED] add toggle for new domain popup #1070

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

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/239
Author: @vimaexd
Created: 11/7/2023
Status: Closed

Base: currentHead: migrate-option


📝 Commits (1)

📊 Changes

3 files changed (+9 additions, -2 deletions)

View changed files

📝 src/front/cobalt.js (+4 -1)
📝 src/localization/languages/en.json (+2 -1)
📝 src/modules/pageRender/page.js (+3 -0)

📄 Description

when trying to quickly use cobalt to download a video, often the browser's autocomplete can autocomplete the old domain and causes the new domain popup to show, which makes it slightly more annoying and slow to use cobalt due to the popup on screen.

this pr adds a toggle to settings to disable the popup
image


🔄 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/239 **Author:** [@vimaexd](https://github.com/vimaexd) **Created:** 11/7/2023 **Status:** ❌ Closed **Base:** `current` ← **Head:** `migrate-option` --- ### 📝 Commits (1) - [`251eaac`](https://github.com/imputnet/cobalt/commit/251eaacd69228a43339c56891cb0673f648bb219) new domain popup toggle ### 📊 Changes **3 files changed** (+9 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/front/cobalt.js` (+4 -1) 📝 `src/localization/languages/en.json` (+2 -1) 📝 `src/modules/pageRender/page.js` (+3 -0) </details> ### 📄 Description when trying to quickly use cobalt to download a video, often the browser's autocomplete can autocomplete the old domain and causes the new domain popup to show, which makes it slightly more annoying and slow to use cobalt due to the popup on screen. this pr adds a toggle to settings to disable the popup <img width="607" alt="image" src="https://github.com/wukko/cobalt/assets/34780309/bfc3d3d7-d636-443e-94f1-1146625461f8"> --- <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:05:11 -06:00
Sign in to join this conversation.