summary refs log tree commit diff
diff options
context:
space:
mode:
authorV <v@anomalous.eu>2022-05-16 05:15:30 +0200
committerV <v@anomalous.eu>2022-05-16 05:15:30 +0200
commit4131069be2afc93b8dff6db93c8a4751aeb42330 (patch)
treee09429c594f1b8a1cb65d1ee5d3e26c70edc6635
parent32e91464189b7e5458eb698616025adbb05b5eab (diff)
downloademail-protected-4131069be2afc93b8dff6db93c8a4751aeb42330.tar.zst
Words don't mean what you think they do HEAD trunk
-rw-r--r--content.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/content.js b/content.js
index 5f1d36a..5edfb06 100644
--- a/content.js
+++ b/content.js
@@ -1,4 +1,4 @@
-// shibboleth. decodes UTF-8 with an unholy combination of specific behaviour
+// esoteric contraption. decodes UTF-8 with an unholy combination of specific behaviour
 // https://ecmanaut.blogspot.com/2006/07/encoding-decoding-utf8-in-javascript.html
 function decodeUtf8(str) {
   return decodeURIComponent(escape(str))