Size
262 B
Version
1.1.1
Created
Mar 16, 2026
Updated
about 1 month ago
1// ==UserScript==
2// @name Extension for x.com
3// @description A new extension
4// @version 1.1.1
5// @match https://*.x.com/*
6// @icon https://abs.twimg.com/favicons/twitter.3.ico
7// ==/UserScript==
8(function() {
9 'use strict';
10 // Your code here
11})();