Short version: iLoveMarked uses Google Analytics to count page visits (no personal text or drafts are ever shared). Your settings and post drafts stay exclusively on your device via localStorage. You can opt out via Google's opt-out tool.
What Are Cookies?
Cookies are small text files placed on your device by websites via HTTP responses. iLoveMarked is 100% client-side โ it has no server, so it cannot issue Set-Cookie headers or track you across the web. Instead of cookies, we use your browser's native Web Storage API (localStorage) exclusively for saving your own preferences and drafts locally.
What We Store (localStorage Only)
Three keys are written to localStorage. None of this data is ever transmitted to any server.
post_this_mark_history
JSON array ยท max 50 items
Your saved post drafts. Each entry stores the text and a timestamp. Kept until you click Clear All in the History panel, or you clear your browser's site data.
localStorage.theme
String: "dark" or "light"
Your dark/light mode preference. Remembered between browser sessions so the app opens in the mode you last used.
linkedmarkdown_demoSeen
String: "true"
Set after you dismiss the first-visit welcome toast. Prevents the guided demo from reappearing on every page load.
Third-Party CDN Scripts
When you load iLoveMarked, your browser downloads static files directly from the following CDN providers. Those providers may log your IP address and request metadata per their own privacy policies โ we have no control over this:
| Provider | Domain | Purpose | Policy |
|---|---|---|---|
| Tailwind CSS | cdn.tailwindcss.com |
UI styling | View โ |
| jsDelivr (Marked.js) | cdn.jsdelivr.net |
Markdown parser | View โ |
| Google Fonts | fonts.googleapis.com |
Inter typeface | View โ |
| Google Analytics | googletagmanager.com |
Anonymous page-view analytics. Sets _ga cookies. |
View โ |
How to Clear Your Data
You can remove all locally stored data at any time using either method:
In the app: Open the History panel โ click Clear All to remove saved drafts. To also reset theme and demo flag, use DevTools.
Via DevTools: Press F12 โ Application tab โ Local Storage โ select the site โ right-click โ Clear.
Via browser settings: Go to Settings โ Privacy โ Clear browsing data โ check Cookies and site data โ Clear.
Changes to This Policy
If we introduce any new storage mechanisms (e.g., IndexedDB, session storage), we will update this page and revise the date at the top. We will not introduce server-side tracking without clearly disclosing it here first.
Contact
Questions about this policy? Reach us at ilovemarked.online.