Skip to content

Commit

Permalink
Update Userscript.user.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Lui22 authored Sep 18, 2021
1 parent 4fd1afe commit 5644124
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Userscript.user.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
// ==UserScript==
// @name Userscript
// @name rus-to-eng-kebab-case
// @namespace http://tampermonkey.net/
// @version 0.333
// @description try to take over the world!
// @author You
// @version 1
// @author Lui22
// @require https://cdn.jsdelivr.net/npm/lodash@4.17.21/lodash.min.js
// @grant none
// @include http://*/*
Expand Down Expand Up @@ -59,4 +58,4 @@ function camelize(str) {
};

xhr.send();
}
}

0 comments on commit 5644124

Please sign in to comment.