From c0b22d96367b595ced9f61dce0d92f4b7fb85cc0 Mon Sep 17 00:00:00 2001 From: Thiago Navarro <74574275+thisago@users.noreply.github.com> Date: Fri, 3 Sep 2021 05:41:37 +0000 Subject: [PATCH] Add package htmlAntiCopy (#1997) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index f280e4b..1213819 100644 --- a/packages.json +++ b/packages.json @@ -23648,5 +23648,18 @@ "description": "Nim client for Stripe.com", "license": "MIT", "web": "https://github.com/iffy/nim-stripe" + }, + { + "name": "htmlAntiCopy", + "url": "https://github.com/thisago/htmlAntiCopy", + "method": "git", + "tags": [ + "html", + "shuffle", + "text" + ], + "description": "Block copy of any text in HTML", + "license": "MIT", + "web": "https://github.com/thisago/htmlAntiCopy" } ]