-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathindex.html
More file actions
155 lines (142 loc) · 6.82 KB
/
Copy pathindex.html
File metadata and controls
155 lines (142 loc) · 6.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
<!DOCTYPE html>
<html lang="en" class="light">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- ── Theme init (before paint, avoids flash) ── -->
<script>
if (
localStorage.theme === "dark" ||
(!("theme" in localStorage) && window.matchMedia("(prefers-color-scheme: dark)").matches)
) {
document.documentElement.classList.add("dark");
} else {
document.documentElement.classList.remove("dark");
}
</script>
<!-- ── SEO ── -->
<title>Gemini Watermark Remover – Remove AI Image & Veo Video Watermark Free</title>
<meta name="description" content="Free Gemini Watermark Remover to erase the visible ✦ sparkle watermark from Google Gemini AI images and the new Gemini Veo video watermark. 100% client-side, private & lossless — no upload, works instantly in your browser." />
<meta name="keywords" content="gemini watermark remover, remove gemini watermark, gemini ai watermark remover, gemini veo watermark remover, gemini veo video watermark remover, remove veo watermark, gemini video watermark remover, remove sparkle watermark, free watermark remover online, client side watermark remover, lossless watermark removal" />
<meta name="author" content="Abhin Krishna" />
<meta name="robots" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1" />
<link rel="canonical" href="https://removewatermark.dev/" />
<link rel="llms" type="text/plain" href="/llms.txt" />
<!-- ── Theme color for mobile browsers ── -->
<meta name="theme-color" content="#6366f1" />
<!-- ── Open Graph ── -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://removewatermark.dev/" />
<meta property="og:title" content="Gemini Watermark Remover – Remove AI Image & Veo Video Watermark Free" />
<meta property="og:description" content="Remove the visible ✦ sparkle watermark from Google Gemini AI images and Gemini Veo videos instantly. Free, private, lossless — processed entirely in your browser." />
<meta property="og:image" content="https://removewatermark.dev/assets/og-image.jpg" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:site_name" content="Gemini Watermark Remover" />
<!-- ── Twitter Card ── -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@dearabhin" />
<meta name="twitter:creator" content="@dearabhin" />
<meta name="twitter:title" content="Gemini Watermark Remover – AI Image & Veo Video Watermark Remover" />
<meta name="twitter:description" content="Remove the visible ✦ sparkle watermark from Google Gemini AI images and Gemini Veo videos. 100% free, private, in-browser." />
<meta name="twitter:image" content="https://removewatermark.dev/assets/og-image.jpg" />
<!-- ── Structured Data: WebApplication ── -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "Gemini Watermark Remover",
"url": "https://removewatermark.dev/",
"description": "Free browser-based Gemini Watermark Remover that erases the visible sparkle watermark from Google Gemini AI images and Gemini Veo videos using Reverse Alpha Blending. 100% client-side, lossless, private.",
"applicationCategory": "UtilitiesApplication",
"operatingSystem": "Any",
"offers": { "@type": "Offer", "price": "0", "priceCurrency": "USD" },
"author": {
"@type": "Person",
"name": "Abhin Krishna",
"url": "https://github.com/dearabhin"
}
}
</script>
<!-- ── Structured Data: FAQPage ── -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "Does this tool upload my images or videos to a server?",
"acceptedAnswer": { "@type": "Answer", "text": "No. All processing happens 100% inside your browser. Your files never leave your device." }
},
{
"@type": "Question",
"name": "Which files does this tool support?",
"acceptedAnswer": { "@type": "Answer", "text": "PNG, JPG, and WebP images, plus MP4, WebM and MOV videos downloaded directly from Google Gemini AI using its Download button." }
},
{
"@type": "Question",
"name": "Can it remove the watermark from Gemini Veo videos?",
"acceptedAnswer": { "@type": "Answer", "text": "Yes. The Gemini Veo video watermark remover processes your video frame by frame in the browser and keeps the original audio, removing the visible sparkle watermark from the corner." }
},
{
"@type": "Question",
"name": "Does it remove the invisible SynthID watermark?",
"acceptedAnswer": { "@type": "Answer", "text": "No. This tool only removes the visible sparkle logo. The invisible SynthID fingerprint embedded by Google is not removed." }
},
{
"@type": "Question",
"name": "Is this tool free?",
"acceptedAnswer": { "@type": "Answer", "text": "Yes, completely free and open source. No account or subscription needed." }
}
]
}
</script>
<!-- ── Structured Data: BreadcrumbList ── -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://removewatermark.dev/"
}
]
}
</script>
<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<!-- ── Self-hosted Fonts ── -->
<link rel="preload" href="/fonts/montserrat-latin.woff2" as="font" type="font/woff2" crossorigin />
<!-- ── Iconify (deferred to avoid render-blocking) ── -->
<link rel="preconnect" href="https://api.iconify.design" />
<link rel="preconnect" href="https://api.unisvg.com" />
<script defer src="https://code.iconify.design/iconify-icon/1.0.7/iconify-icon.min.js"></script>
<!-- ── Analytics ── -->
<script
defer
src="https://cloud.umami.is/script.js"
data-website-id="bf3b2209-f767-47d4-b127-69ce22c3cddf"
></script>
<!-- Google Analytics (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-211ECNBEDH"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-211ECNBEDH');
</script>
</head>
<body
class="bg-theme-light dark:bg-theme-dark text-slate-800 dark:text-slate-200 antialiased flex flex-col min-h-screen selection:bg-brand-primary selection:text-white"
>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>