fuck twitter v1

This commit is contained in:
2025-03-29 17:48:28 -05:00
parent 2d6f757f77
commit 1c62e14eac
5 changed files with 43 additions and 0 deletions

View File

@@ -0,0 +1 @@
location.href = 'https://bsky.app/'

View File

@@ -0,0 +1,9 @@
{
"$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"
}

View File

@@ -0,0 +1,17 @@
{
"compilerOptions": {
"target": "es2021",
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true,
"strict": true,
"noImplicitReturns": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"types": [
"../../node_modules/@types/greasemonkey",
"../../node_modules/browser-scripts-builder"
]
}
}