From a56a8a7cecabc926d20dca186ad88f0fb9528899 Mon Sep 17 00:00:00 2001 From: zomo Date: Mon, 5 Jan 2026 21:25:27 -0600 Subject: [PATCH] updated fuck twitter to be more useful --- dist/fuck-twitter.user.js | 8 ++++---- readme.md | 6 +++--- scripts/fuck-twitter/main.ts | 2 +- scripts/fuck-twitter/meta.json | 6 +++--- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/dist/fuck-twitter.user.js b/dist/fuck-twitter.user.js index 69ce34e..bde7bda 100644 --- a/dist/fuck-twitter.user.js +++ b/dist/fuck-twitter.user.js @@ -1,13 +1,13 @@ // ==UserScript== -// @name redir x.com and twitter.com -> bsky.app +// @name fuck twitter // @namespace zomo.dev // @match https://x.com/* // @match https://twitter.com/* -// @version 1.0 -// @description fuck twitter +// @version 1.1 +// @description redir x.com and twitter.com -> xcancel.com // @runat document-start // @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 // @homepageURL https://git.zomo.dev/zomo/browser-scripts // ==/UserScript== -location.href = 'https://bsky.app/' +location.href = 'https://xcancel.com/' diff --git a/readme.md b/readme.md index 6ef268c..e972cb0 100644 --- a/readme.md +++ b/readme.md @@ -5,10 +5,10 @@ Requires Violentmonkey (or Tampermonkey etc): [Chrome](https://chrome.google.com ## Installs -- [redir x.com and twitter.com -> bsky.app](https://git.zomo.dev/zomo/browser-scripts/raw/branch/main/dist/fuck-twitter.user.js) - - **zomo.dev** v1.0 +- [fuck twitter](https://git.zomo.dev/zomo/browser-scripts/raw/branch/main/dist/fuck-twitter.user.js) + - **zomo.dev** v1.1 - `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) - **zomo.dev** v1.0 - `https://brantsteele.net/hungergames/edit.php` diff --git a/scripts/fuck-twitter/main.ts b/scripts/fuck-twitter/main.ts index f384c00..06480ca 100644 --- a/scripts/fuck-twitter/main.ts +++ b/scripts/fuck-twitter/main.ts @@ -1 +1 @@ -location.href = 'https://bsky.app/' +location.href = 'https://xcancel.com/' diff --git a/scripts/fuck-twitter/meta.json b/scripts/fuck-twitter/meta.json index 7577344..dd8a1d6 100644 --- a/scripts/fuck-twitter/meta.json +++ b/scripts/fuck-twitter/meta.json @@ -1,9 +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", + "name": "fuck twitter", + "description": "redir x.com and twitter.com -> xcancel.com", "namespace": "zomo.dev", "match": ["https://x.com/*", "https://twitter.com/*"], - "version": "1.0", + "version": "1.1", "runat": "document-start" }