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==
|
||||
// @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/'
|
||||
|
||||
@@ -5,10 +5,10 @@ Requires Violentmonkey (or Tampermonkey etc): [Chrome](https://chrome.google.com
|
||||
<!-- START INSTALL LINKS -->
|
||||
## 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`
|
||||
|
||||
@@ -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",
|
||||
"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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user