diff --git a/LICENSE.md b/LICENSE.md
index 92953d6..86af39e 100644
--- a/LICENSE.md
+++ b/LICENSE.md
@@ -1,4 +1,4 @@
-Copyright (c) 2014–2017 Marc Görtz
+Copyright (c) 2014–2019 Marc Görtz
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
diff --git a/README.md b/README.md
index 1fffd19..3db05f9 100644
--- a/README.md
+++ b/README.md
@@ -1,29 +1,37 @@
# My PopClip extensions
-These are some personal [PopClip](http://pilotmoon.com/popclip)
+These are some personal [PopClip](https://pilotmoon.com/popclip)
extensions I use on a regular basis.
## List of extensions
- * **Jira ID**
- ![Jira ID Sample](https://cdn.rawgit.com/Dreamseer/popclip-extensions/master/jira-id-sample.png)
- You all know this: The Project Manager Guy comes along asking “Hey,
- what about LOLPROJECT-1337? Will it be in the release next week?”, or
- the Controlling Guy asks “Can you put some estimates on AWESOME-42?”
- And you need to fire up your browser, type in the URL of your Jira
- installation, append the ticket ID… ugh! Struggle no more, here comes
- the PopClip Jira ID extension: Just select the ticket ID, click the
- fancy Jira icon in PopClip and… abracadabra, there you go!
- Additionally the URL is put into your clipboard.
-
- * **Open in Chrome Canary**
- This is almost the same extension as
- [Open in Chrome](http://pilotmoon.com/popclip/extensions//page/OpenInChrome),
- but it opens the current URL in Chrome Canary.
+* **Jira ID**
+ ![Jira ID Sample](https://cdn.rawgit.com/Dreamseer/popclip-extensions/master/jira-id-sample.png)
+ You all know this: The Stake Holder Guy comes along asking “Hey,
+ what about LOLPROJECT-1337? Will it be released next week?”, or
+ the Product Owner Guy asks “Can you put some estimates on AWESOME-42?”
+ And you need to fire up your browser, type in the URL of your Jira
+ installation, append the ticket ID… ugh! Struggle no more, here comes
+ the PopClip Jira ID extension: Just select the ticket ID, click the
+ fancy Jira icon in PopClip and… abracadabra, there you go!
+ Additionally the URL is put into your clipboard.
+
+* **Redact**
+ Replaces selected text with a pre-defined symbol. Useful if the
+ Slack Admin Guy disables deletion of messages while still allowing
+ editing.
+
+* **Open in Chrome Canary**
+ This is almost the same extension as
+ [Open in Chrome](https://pilotmoon.com/popclip/extensions//page/OpenInChrome),
+ but it opens the current URL in Chrome Canary. (You could also use
+ [Choosy](https://www.choosyosx.com/)
+ and the
+ [Choosy PopClip Extension](https://github.com/georgebrock/choosy-popclip).)
## License
-Copyright (c) 2014–2017 Marc Görtz
+Copyright (c) 2014–2019 Marc Görtz
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the
diff --git a/redact.popclipextz b/redact.popclipextz
new file mode 100644
index 0000000..de5fb66
Binary files /dev/null and b/redact.popclipextz differ
diff --git a/src/redact/Config.plist b/src/redact/Config.plist
new file mode 100644
index 0000000..3487d92
--- /dev/null
+++ b/src/redact/Config.plist
@@ -0,0 +1,42 @@
+
+
+
+
+ Version
+ 1
+ Extension Name
+ Redact
+ Extension Identifier
+ de.marcgoertz.popclip.extension.redact
+ Extension Description
+ Redact the selected text.
+ Actions
+
+
+ After
+ paste-result
+ Image File
+ redact.png
+ Script Interpreter
+ /usr/bin/php
+ Shell Script File
+ redact.php
+ Title
+ Redact
+
+
+ Options
+
+
+ Option Identifier
+ symbol
+ Option Label
+ Redacting symbol
+ Option Type
+ string
+ Option Default Value
+ ▬
+
+
+
+
diff --git a/src/redact/redact.php b/src/redact/redact.php
new file mode 100755
index 0000000..2484601
--- /dev/null
+++ b/src/redact/redact.php
@@ -0,0 +1,6 @@
+