-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathtwitter-plus.meta.js
31 lines (31 loc) · 1.58 KB
/
twitter-plus.meta.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
// ==UserScript==
// @name Twitterᴾˡᵘˢ
// @name:zh-TW Twitterᴾˡᵘˢ
// @name:zh-CN Twitterᴾˡᵘˢ
// @name:ja Twitterᴾˡᵘˢ
// @namespace https://github.com/Pixmi/twitter-plus
// @version 0.4.8
// @description Enhance the X(Twitter) user experience. View original quality images and customize the removal of spam tweets.
// @description:zh-TW 增強 X(Twitter) 使用體驗。讀取原始畫質圖片、自定義移除垃圾推文。
// @description:zh-CN 增强 X(Twitter) 使用体验。读取原始画质图片、自定义移除垃圾推文。
// @description:ja X(Twitter)のユーザー体験を向上させる。オリジナル品質の画像を表示し、スパムツイートの削除をカスタマイズする。
// @author Pixmi
// @homepage https://github.com/Pixmi/twitter-plus
// @updateURL https://github.com/Pixmi/twitter-plus/raw/main/twitter-plus.meta.js
// @downloadURL https://github.com/Pixmi/twitter-plus/raw/main/twitter-plus.user.js
// @supportURL https://github.com/Pixmi/twitter-plus/issues
// @icon https://www.google.com/s2/favicons?sz=64&domain=twitter.com
// @match https://x.com/*
// @match https://twitter.com/*
// @match https://mobile.twitter.com/*
// @match https://pbs.twimg.com/media/*
// @require https://openuserjs.org/src/libs/sizzle/GM_config.js
// @grant GM_setValue
// @grant GM_getValue
// @grant GM_addStyle
// @grant GM_registerMenuCommand
// @license MPL-2.0
// @noframes
// @compatible Chrome
// @compatible Firefox
// ==/UserScript==