updated fuck twitter to be more useful
This commit is contained in:
8
dist/fuck-twitter.user.js
vendored
8
dist/fuck-twitter.user.js
vendored
@@ -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/'
|
||||||
|
|||||||
@@ -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`
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
location.href = 'https://bsky.app/'
|
location.href = 'https://xcancel.com/'
|
||||||
|
|||||||
@@ -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"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user