5 ms·
// ==UserScript== // @name Twitter Alternative // @description // @match *://*.x.com/* // @namespace
by 0points 6d ago
// ==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);