diff options
-rw-r--r-- | content.js | 2 |
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)) |