diff --git a/README.md b/README.md
index cc8b8db..c850b94 100644
--- a/README.md
+++ b/README.md
@@ -181,4 +181,10 @@ git submodule add https://git.seemsleg.it/ef/cssjs-func-lib cssjs
console.error( error );
} );
+```
+
+## mailto
+```
+mail@no-thx-server.de
```
\ No newline at end of file
diff --git a/mailto.js b/mailto.js
new file mode 100644
index 0000000..626dba4
--- /dev/null
+++ b/mailto.js
@@ -0,0 +1,3 @@
+mail = $('span.mailto').html();
+mail = mail.replace('no-thx-','');
+$('span.mailto').html(''+ mail +'');
\ No newline at end of file