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 65b1b16 commit ba8169d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Userscript.user.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// ==UserScript==
// @name Userscript
// @name rus-to-eng-kebab-case
// @namespace http://tampermonkey.net/
// @version 0.333
// @version 1
// @description try to take over the world!
// @author You
// @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 +59,4 @@ function camelize(str) {
};

xhr.send();
}
}

0 comments on commit ba8169d

Please sign in to comment.