From 4131069be2afc93b8dff6db93c8a4751aeb42330 Mon Sep 17 00:00:00 2001 From: V Date: Mon, 16 May 2022 05:15:30 +0200 Subject: Words don't mean what you think they do --- content.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content.js') 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)) -- cgit 1.4.1