Files
browser-scripts/dist/fuck-twitter.user.js
2026-01-05 21:28:46 -06:00

14 lines
534 B
JavaScript

// ==UserScript==
// @name fuck twitter
// @namespace zomo.dev
// @match https://x.com/*
// @match https://twitter.com/*
// @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.host = 'xcancel.com'