extremely simple firefox/chromium extension to copy current URL without tracking parameters
0

Configure Feed

Select the types of activity you want to include in your feed.

detrack / shell.nix
89 B 4 lines
1{pkgs ? import <nixpkgs> {}}: 2pkgs.mkShellNoCC { 3 packages = with pkgs; [nodejs zip]; 4}