Remix.run Logo
0points a day 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);