10 lines
335 B
JSON
10 lines
335 B
JSON
{
|
|
"$schema": "https://git.zomo.dev/zomo/browser-scripts-builder/raw/branch/main/meta.schema.json",
|
|
"name": "redir x.com and twitter.com -> bsky.app",
|
|
"description": "fuck twitter",
|
|
"namespace": "zomo.dev",
|
|
"match": ["https://x.com/*", "https://twitter.com/*"],
|
|
"version": "1.0",
|
|
"runat": "document-start"
|
|
}
|