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/'
|
||||
|
||||
Reference in New Issue
Block a user