Політика приватності для yeet.md
yeet.md автор David V. Kimball
Політика приватності для yeet.md
yeet.md is a free Markdown sharing service. This add-on lets you
publish Markdown to yeet.md from anywhere in your browser without
opening a new tab.
WHAT IT DOES
- Click the toolbar icon (or press Alt+Shift+N) to drop a small
textarea over the current page. Paste your Markdown, hit Ctrl+Enter,
and the resulting permalink is copied to your clipboard automatically. - Right-click any selected text on a webpage and choose "Publish
selection to yeet.md" to publish the selection directly. The
permalink opens in a new tab. - Press Ctrl+Shift+Enter (or click "Open in editor") to send your
buffer to the full editor at yeet.md/edit, with the text prefilled
via a compressed URL hash. No server round-trip for the handoff.
EVERY LINK IS AN IMMUTABLE SNAPSHOT
When you publish, you get a permanent point-in-time URL. The content
at that URL never changes. To "edit" a published snapshot, you publish
a new one (which gets a new URL) and optionally delete the old one
from its permalink page. Anyone you have already shared a link with
keeps seeing exactly what they saw when you sent it - there are no
silent rewrites of public links.
PRIVACY
- The add-on never reads the content of pages you visit. It only
sees text you explicitly paste into its popup or text you have
actively highlighted before invoking the right-click menu. - No accounts, no tracking, no analytics, no telemetry.
- No third-party servers, CDNs, fonts, or analytics endpoints. The
ONLY origin the add-on contacts is https://yeet.md - to POST your
Markdown to /api/share when you publish, and to load /s/<id> when
you open a published permalink. - Delete tokens for snapshots you publish via the add-on are stored
locally in browser-extension storage. A small content script
scoped to https://yeet.md/s/* bridges those tokens into the page
so the Delete button on the permalink page works for snapshots
you published from the add-on. The token is sent to the server
only when you actively click Delete.
PERMISSIONS
- contextMenus: register the right-click "Publish selection" items.
- storage: stash per-document delete tokens locally.
- clipboardWrite: copy the published URL to your clipboard.
- notifications: confirm a successful right-click publish.
- host_permissions for https://yeet.md/* only - no other origin is
ever requested or accessed. The add-on does not request tabs,
activeTab, history, cookies, webRequest, or any broad permission.
Full privacy policy: https://yeet.md/privacy
yeet.md is by David V. Kimball - https://davidvkimball.com