Greasy Fork is available in English.

Woah

???

// ==UserScript==
// @name         Woah
// @namespace    https://redcodi.space
// @version      0.2
// @description  ???
// @author       Redcodi
// @match        https://*/*
// @match        http://*/*
// @grant        none
// ==/UserScript==

(function() {
    alert("woah")
})();