updated fuck twitter to be more useful

This commit is contained in:
zomo
2026-01-05 21:25:27 -06:00
parent 556d2d0b55
commit a56a8a7cec
4 changed files with 11 additions and 11 deletions

View File

@@ -1,13 +1,13 @@
// ==UserScript== // ==UserScript==
// @name redir x.com and twitter.com -> bsky.app // @name fuck twitter
// @namespace zomo.dev // @namespace zomo.dev
// @match https://x.com/* // @match https://x.com/*
// @match https://twitter.com/* // @match https://twitter.com/*
// @version 1.0 // @version 1.1
// @description fuck twitter // @description redir x.com and twitter.com -> xcancel.com
// @runat document-start // @runat document-start
// @downloadURL https://git.zomo.dev/zomo/browser-scripts/raw/branch/main/dist/fuck-twitter.user.js // @downloadURL https://git.zomo.dev/zomo/browser-scripts/raw/branch/main/dist/fuck-twitter.user.js
// @supportURL https://git.zomo.dev/zomo/browser-scripts/issues // @supportURL https://git.zomo.dev/zomo/browser-scripts/issues
// @homepageURL https://git.zomo.dev/zomo/browser-scripts // @homepageURL https://git.zomo.dev/zomo/browser-scripts
// ==/UserScript== // ==/UserScript==
location.href = 'https://bsky.app/' location.href = 'https://xcancel.com/'

View File

@@ -5,10 +5,10 @@ Requires Violentmonkey (or Tampermonkey etc): [Chrome](https://chrome.google.com
<!-- START INSTALL LINKS --> <!-- START INSTALL LINKS -->
## Installs ## Installs
- [redir x.com and twitter.com -> bsky.app](https://git.zomo.dev/zomo/browser-scripts/raw/branch/main/dist/fuck-twitter.user.js) - [fuck twitter](https://git.zomo.dev/zomo/browser-scripts/raw/branch/main/dist/fuck-twitter.user.js)
- **zomo.dev** v1.0 - **zomo.dev** v1.1
- `https://x.com/*`,`https://twitter.com/*` - `https://x.com/*`,`https://twitter.com/*`
- fuck twitter - redir x.com and twitter.com -> xcancel.com
- [Hunger Games BrantSteele WebP Support](https://git.zomo.dev/zomo/browser-scripts/raw/branch/main/dist/hungergames-brantsteele-webp.user.js) - [Hunger Games BrantSteele WebP Support](https://git.zomo.dev/zomo/browser-scripts/raw/branch/main/dist/hungergames-brantsteele-webp.user.js)
- **zomo.dev** v1.0 - **zomo.dev** v1.0
- `https://brantsteele.net/hungergames/edit.php` - `https://brantsteele.net/hungergames/edit.php`

View File

@@ -1 +1 @@
location.href = 'https://bsky.app/' location.href = 'https://xcancel.com/'

View File

@@ -1,9 +1,9 @@
{ {
"$schema": "https://git.zomo.dev/zomo/browser-scripts-builder/raw/branch/main/meta.schema.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", "name": "fuck twitter",
"description": "fuck twitter", "description": "redir x.com and twitter.com -> xcancel.com",
"namespace": "zomo.dev", "namespace": "zomo.dev",
"match": ["https://x.com/*", "https://twitter.com/*"], "match": ["https://x.com/*", "https://twitter.com/*"],
"version": "1.0", "version": "1.1",
"runat": "document-start" "runat": "document-start"
} }