fuck twitter v1
This commit is contained in:
1
scripts/fuck-twitter/main.ts
Normal file
1
scripts/fuck-twitter/main.ts
Normal file
@@ -0,0 +1 @@
|
||||
location.href = 'https://bsky.app/'
|
||||
9
scripts/fuck-twitter/meta.json
Normal file
9
scripts/fuck-twitter/meta.json
Normal 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"
|
||||
}
|
||||
17
scripts/fuck-twitter/tsconfig.json
Normal file
17
scripts/fuck-twitter/tsconfig.json
Normal 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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user