CR connor randall
deslopify โ€” privacy.txt

deslopify โ€” privacy policy

// last updated: 20 september 2026 //
Scope. This policy covers the Deslopify browser extension. It does not describe conradrandy.com, which is a separate website.

the short version

Deslopify does not collect, transmit, store, or sell any personal data. It makes no network requests of any kind. Everything it does happens inside your browser.

what the extension does

Deslopify reads the text of posts on pages you visit at x.com and twitter.com, scores that text locally against a fixed set of built-in rules, and adds a small label to posts that match. All of this happens in the page, in memory, on your own machine.

what is collected

> NOTHING

There is no analytics, no telemetry, no crash reporting, no advertising identifier, no user account, and no server. The extension contains no code that performs a network request โ€” no fetch, no XMLHttpRequest, no WebSocket, no remotely loaded scripts.

what is stored

Only your own settings:

  • whether the extension is enabled
  • what to do with each verdict tier (badge, blur, hide, or nothing)
  • your AI-ish score cutoff
  • which individual tells are switched on
  • which platforms are enabled

These are saved using Chrome's storage.sync API. If you have Chrome Sync turned on, Chrome itself will sync those preferences between your signed-in Chrome installations, the same way it syncs your bookmarks. That transfer is performed by Google Chrome under Google's privacy policy, not by Deslopify, and it contains only the settings listed above. The developer has no access to it. If you would rather it did not happen, turn off extension syncing in Chrome's sync settings.

post content

Post text is read into memory to be scored and is never transmitted, written to disk, or persisted. The extension keeps a short-lived in-memory record of which posts it has already scored on the current page, so it does not re-score the same post as you scroll. That record is discarded when you navigate away or close the tab. It never leaves the page.

permissions, and why each is needed

permissionwhy
storage Save the settings listed above.
https://x.com/*
https://twitter.com/*
The content script must read post text in the page in order to score it. These are the only sites the extension runs on.

The extension requests no other permissions. It cannot read your browsing history, your bookmarks, your passwords, or any site other than the two listed above.

data sharing

There is none. No data is shared with the developer or any third party, because no data is collected in the first place.

children

Deslopify is not directed at children and collects no data from anyone, including children.

changes

Any future change to this policy will be published on this page, and the date above will change. If a future version ever adds a network feature, that will be disclosed here before release and will be opt-in.

contact

Questions: [email protected]

> deslopify is open source  ยท  back to projects