// ==UserScript==
// @name Twitter Alternative
// @description
// @match *://*.x.com/*
// @namespace TwitterAlt
// @run-at document-start
// ==/UserScript==
window.location.replace("https://xcancel.com" + window.location.pathname + window.location.search);
|