diff --git a/web/i18n/en/about/terms.md b/web/i18n/en/about/terms.md
index a134ab84..37143396 100644
--- a/web/i18n/en/about/terms.md
+++ b/web/i18n/en/about/terms.md
@@ -9,7 +9,7 @@
sectionId="general"
/>
-these terms are applicable only when using the official cobalt instance.
+these terms are applicable only when using the official freesavevideo instance.
in other cases, you may need to contact the hoster for accurate info.
@@ -48,7 +48,7 @@ fair use and credits benefit everyone.
sectionId="abuse"
/>
-we have no way of detecting abusive behavior automatically, as cobalt is 100% anonymous.
+we have no way of detecting abusive behavior automatically, as freesavevideo is 100% anonymous.
however, you can report such activities to us and we will do our best to comply manually: [safety@imput.net](mailto:safety@imput.net)
please note that this email is not intended for user support.
diff --git a/web/i18n/en/save.json b/web/i18n/en/save.json
index 79a65dfb..751500ce 100644
--- a/web/i18n/en/save.json
+++ b/web/i18n/en/save.json
@@ -10,7 +10,7 @@
"services.title": "supported services",
"services.title_show": "show supported services",
"services.title_hide": "hide supported services",
- "services.disclaimer": "cobalt is not affiliated with any of the services listed above.",
+ "services.disclaimer": "freesavevideo is not affiliated with any of the services listed above.",
"tutorial.title": "how to save on ios?",
"tutorial.intro": "to save media conveniently on ios, you'll need to use a companion siri shortcut from the share sheet.",
diff --git a/web/i18n/en/settings.json b/web/i18n/en/settings.json
index fba788e2..bdbefb43 100644
--- a/web/i18n/en/settings.json
+++ b/web/i18n/en/settings.json
@@ -50,22 +50,22 @@
"audio.bitrate": "audio bitrate",
"audio.bitrate.kbps": "kb/s",
- "audio.bitrate.description": "bitrate applies only to audio conversion. cobalt can't improve the source audio quality, so choosing a bitrate over 128kbps may inflate the file size with no audible difference. perceived quality may vary by format.",
+ "audio.bitrate.description": "bitrate applies only to audio conversion. freesavevideo can't improve the source audio quality, so choosing a bitrate over 128kbps may inflate the file size with no audible difference. perceived quality may vary by format.",
"audio.youtube.dub": "youtube",
"audio.youtube.dub.title": "use browser language for dubbed videos",
- "audio.youtube.dub.description": "works even if cobalt isn't translated to your language.",
+ "audio.youtube.dub.description": "works even if freesavevideo isn't translated to your language.",
"audio.tiktok.original": "tiktok",
"audio.tiktok.original.title": "download original sound",
- "audio.tiktok.original.description": "cobalt will download the sound from the video without any changes by the post's author.",
+ "audio.tiktok.original.description": "freesavevideo will download the sound from the video without any changes by the post's author.",
"metadata.filename": "filename style",
"metadata.filename.classic": "classic",
"metadata.filename.basic": "basic",
"metadata.filename.pretty": "pretty",
"metadata.filename.nerdy": "nerdy",
- "metadata.filename.description": "filename style will only be used for files tunneled by cobalt. some services don't support filename styles other than classic.",
+ "metadata.filename.description": "filename style will only be used for files tunneled by freesavevideo. some services don't support filename styles other than classic.",
"metadata.filename.preview.video": "Video Title",
"metadata.filename.preview.audio": "Audio Title - Audio Author",
@@ -79,7 +79,7 @@
"saving.download": "download",
"saving.share": "share",
"saving.copy": "copy",
- "saving.description": "preferred way of saving the file or link from cobalt. if preferred method is unavailable or something goes wrong, cobalt will ask you what to do next.",
+ "saving.description": "preferred way of saving the file or link from freesavevideo. if preferred method is unavailable or something goes wrong, freesavevideo will ask you what to do next.",
"accessibility": "accessibility",
"accessibility.transparency.title": "reduce visual transparency",
@@ -89,18 +89,18 @@
"language": "language",
"language.auto.title": "automatic selection",
- "language.auto.description": "cobalt will use your browser's default language if translation is available. if not, english will be used instead.",
+ "language.auto.description": "freesavevideo will use your browser's default language if translation is available. if not, english will be used instead.",
"language.preferred.title": "preferred language",
"language.preferred.description": "this language will be used when automatic selection is disabled. any text that isn't translated will be displayed in english.\n\nwe use community-sourced translations for languages other than english, russian, and czech. they may be inaccurate or incomplete.",
"privacy.analytics": "anonymous traffic analytics",
"privacy.analytics.title": "don't contribute to analytics",
- "privacy.analytics.description": "anonymous traffic analytics are needed to get an approximate number of active cobalt users. no identifiable information about you is ever stored. all processed data is anonymized and aggregated.\n\nwe use a self-hosted plausible instance that doesn't use cookies and is fully compliant with GDPR, CCPA, and PECR.",
+ "privacy.analytics.description": "anonymous traffic analytics are needed to get an approximate number of active freesavevideo users. no identifiable information about you is ever stored. all processed data is anonymized and aggregated.\n\nwe use a self-hosted plausible instance that doesn't use cookies and is fully compliant with GDPR, CCPA, and PECR.",
"privacy.analytics.learnmore": "learn more about plausible's dedication to privacy.",
"privacy.tunnel": "tunneling",
"privacy.tunnel.title": "always tunnel files",
- "privacy.tunnel.description": "cobalt will hide your ip address, browser info, and bypass local network restrictions. when enabled, files will also have readable filenames that otherwise would be gibberish.",
+ "privacy.tunnel.description": "freesavevideo will hide your ip address, browser info, and bypass local network restrictions. when enabled, files will also have readable filenames that otherwise would be gibberish.",
"advanced.debug": "debug",
"advanced.debug.title": "enable debug features",
@@ -115,7 +115,7 @@
"processing.community": "community instances",
"processing.enable_custom.title": "use a custom processing server",
- "processing.enable_custom.description": "cobalt will use a custom processing server if you choose to. even though cobalt has some security measures in place, we are not responsible for any damages done via a community instance, as we have no control over them.\n\nplease be mindful of what instances you use and make sure they're hosted by people you trust.",
+ "processing.enable_custom.description": "freesavevideo will use a custom processing server if you choose to. even though freesavevideo has some security measures in place, we are not responsible for any damages done via a community instance, as we have no control over them.\n\nplease be mindful of what instances you use and make sure they're hosted by people you trust.",
"processing.custom.placeholder": "custom instance domain"
}
diff --git a/web/src/components/sidebar/Sidebar.svelte b/web/src/components/sidebar/Sidebar.svelte
index ca3a963e..72d4860a 100644
--- a/web/src/components/sidebar/Sidebar.svelte
+++ b/web/src/components/sidebar/Sidebar.svelte
@@ -40,7 +40,7 @@
-
+
diff --git a/web/src/lib/api/api.ts b/web/src/lib/api/api.ts
index 19f27c94..b9c74fcd 100644
--- a/web/src/lib/api/api.ts
+++ b/web/src/lib/api/api.ts
@@ -36,7 +36,7 @@ const request = async (url: string) => {
alwaysProxy: getSetting("privacy", "alwaysProxy"),
}
- await apiOverrideWarning();
+ /*await apiOverrideWarning();*/
await getServerInfo();
diff --git a/web/src/lib/env.ts b/web/src/lib/env.ts
index 53b93a34..c5fe8f74 100644
--- a/web/src/lib/env.ts
+++ b/web/src/lib/env.ts
@@ -55,7 +55,7 @@ const docs = {
apiLicense: "https://github.com/imputnet/cobalt/blob/main/api/LICENSE",
};
-const apiURL = "https://api.cobalt.tools";
+const apiURL = "https://api.freesavevideo.online/";
export { donate, apiURL, contacts, partners, siriShortcuts, docs };
export default variables;
diff --git a/web/src/routes/settings/+layout.svelte b/web/src/routes/settings/+layout.svelte
index cbcd5282..b5dc0ee4 100644
--- a/web/src/routes/settings/+layout.svelte
+++ b/web/src/routes/settings/+layout.svelte
@@ -71,7 +71,7 @@
-
+