Greasy Fork is available in English.

Test support URL

Testing to see what happens if two @requires have the same name

// ==UserScript==
// @name          Test support URL
// @version       1.2
// @namespace     https://greasyfork.org/users/1
// @description   Testing to see what happens if two @requires have the same name
// @match        *://*/*
// @require       https://greasyfork.org/libraries/test2/require.js
// @supportURL    https://github.com/JasonBarnabe/greasyfork/issues/new
// ==/UserScript==

console.log("Don't look at me")