Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.7 KB

File metadata and controls

53 lines (34 loc) · 1.7 KB

PurePaste

PurePaste is a privacy-friendly macOS utility that silently removes tracking parameters from URLs as you copy them.

Install steps:

  • Download ZIP here
  • Open Terminal, and paste xattr -dr com.apple.quarantine ~/Downloads/PurePaste.app (required to run apps from unidentified developers).
  • Move the app to Applications, or again paste mv ~/Downloads/PurePaste.app /Applications/PurePaste.app
  • open the app

or if you want to package locally, run bash ./scripts/build-dmg.sh.

How it works

PurePaste watches your clipboard while active, removes tracking params and updates the clipboard.

In the app menu:

  • Options > Refetch rules reloads the latest parsedRules.json from the repo URL.
  • Options > Reset counter resets the global removed-parameter counter.

When using Brave

If you are using Brave, you can enable similar functionality using experimental flags: chrome://flags/#brave-clean-link-js-api

Contribution

This project includes and modifies rule data from:

The merged rules (from ubo and ClearUrl) are licensed under GPL-3.0.

Uninstall

pkill PurePaste
trash /Applications/PurePaste.app
trash ~/Library/Application\ Support/PurePaste/ 2>&1