Greasy Fork is available in English.

Twitter Old Logo back - twitter.com

4/4/2023, 18:52:11

< Feedback on Twitter Old Logo back - twitter.com

Question/comment

§
Posted: 2023.04.06.

For all those interested the license is WTFPL.

NotYouMod
§
Posted: 2023.04.06.

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==

Post reply

Sign in to post a reply.