From afe81cfc449f68a58173c52b6a8697d0b9632ad8 Mon Sep 17 00:00:00 2001 From: hobovsky Date: Thu, 21 Mar 2019 16:49:18 +0100 Subject: [PATCH] Auto update test + typo --- README.md | 2 +- polyglot.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f092e47..0683cd3 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ WHAT CAN I DO WITH THE SCRIPT? THIS CODE IS CRAP, LOOKS LIKE CRAP, AND WORKS LIKE CRAP! WHY? ------------------------------------------------------------- I am really sorry if this code hurts your eyes, brain, or feelings - in any way, but I am not a proffesional HTML developer and each and + in any way, but I am not a professional HTML developer and each and every technique present here (JavaScript, jQuery, TamperMonkey, CW API) I've used for the first time. diff --git a/polyglot.js b/polyglot.js index 6798c33..e730e92 100644 --- a/polyglot.js +++ b/polyglot.js @@ -1,6 +1,6 @@ // ==UserScript== // @name CodeWars - Mark solved languages -// @version 1.3.0 +// @version 1.3.1 // @downloadURL https://github.com/hobovsky/polyglot/releases/latest/download/polyglot.js // @include https://www.codewars.com/* // @grant GM_xmlhttpRequest @@ -81,7 +81,7 @@ WHAT CAN I DO WITH THE SCRIPT? THIS CODE IS CRAP, LOOKS LIKE CRAP, AND WORKS LIKE CRAP! WHY? ------------------------------------------------------------- I am really sorry if this code hurts your eyes, brain, or feelings - in any way, but I am not a proffesional HTML developer and each and + in any way, but I am not a professional HTML developer and each and every technique present here (JavaScript, jQuery, TamperMonkey, CW API) I've used for the first time.