From f78140f8d50baaf1a8873d19c94cb28fe0140f0b Mon Sep 17 00:00:00 2001 From: Boris K Date: Mon, 5 Oct 2020 11:52:59 +0200 Subject: [PATCH] Add NoPaste to utility --- resources/utility.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/utility.json b/resources/utility.json index 30db589..f880014 100644 --- a/resources/utility.json +++ b/resources/utility.json @@ -187,6 +187,12 @@ "desc": "The Postwoman API request builder helps you create your requests faster, saving you precious time on your development.", "url": "https://Postwoman.io/", "tags": ["testing","api"] + }, + { + "title": "NoPaste", + "desc": "A privacy-focused service where you can paste and share any piece of code. Similar to Pastebin, except the service stores nothing", + "url": "https://nopaste.ml/", + "tags": ["paste", "url", "interactive", "share", "privacy"] } ] }