Greasy Fork is available in English.

My Script lol

try to take over the world!

// ==UserScript==
// @name         My Script lol
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  try to take over the world!
// @author       You
// @match        http://*/*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';

    // Your code here...
})();