4/4/2023, 18:52:11
< Обсуждения Twitter Old Logo back - twitter.com
You should write license in user-script's meta values (// @license
), so they would look like that:
// ==UserScript==
// @name Twitter Old Logo back - twitter.com
// @namespace Violentmonkey Scripts
// @match https://twitter.com/*
// @match https://mobile.twitter.com/*
// @run-at document-start
// @grant none
// @version 2.0
// @author LiefLayer
// @description 4/4/2023, 18:52:11
// @license WTFPL
// ==/UserScript==
For all those interested the license is WTFPL.