Twitter Old Logo back - twitter.com

4/4/2023, 18:52:11

< 脚本Twitter Old Logo back - twitter.com的反馈

提问/评论

§
发表于:2023-04-06

For all those interested the license is WTFPL.

NotYou管理员
§
发表于: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==

发表回复

登录以发表回复。