From 4fd1afe58bd9187001e6690add019c053eda7ec0 Mon Sep 17 00:00:00 2001 From: Lui22 <30185757+Lui22@users.noreply.github.com> Date: Sat, 18 Sep 2021 16:56:34 +0500 Subject: [PATCH] Add files via upload --- Userscript.user.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Userscript.user.js b/Userscript.user.js index a9048e1..d438c3d 100644 --- a/Userscript.user.js +++ b/Userscript.user.js @@ -1,9 +1,9 @@ // ==UserScript== -// @name rus-to-eng-kebab-case +// @name Userscript // @namespace http://tampermonkey.net/ -// @version 1 +// @version 0.333 // @description try to take over the world! -// @author Lui22 +// @author You // @require https://cdn.jsdelivr.net/npm/lodash@4.17.21/lodash.min.js // @grant none // @include http://*/* @@ -59,4 +59,4 @@ function camelize(str) { }; xhr.send(); -} +} \ No newline at end of file