Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I made a small service that will redirect you to a working one:

https://github.com/skorokithakis/detour, running on https://twit.0r.cx.

Just replace x.com with twit.0r.cx.

Example:

https://twit.0r.cx/Stavros/status/2096184846993314184

 help



    // ==UserScript==
    // @name                   Twitter Alternative
    // @description
    // @match                  *://*.x.com/*
    // @namespace              TwitterRedir
    // @run-at                 document-start
    // ==/UserScript==
    window.location.replace("https://twit.0r.cx" + window.location.pathname + window.location.search);

TIL ublock can do this (and won't have to wait for the initial response from x.com) - see the Tips section on https://twit.0r.cx

Wait, what tips section?

Oh that's a redirect, it's on https://nitter.miningtcup.me/

You'll need to remove a couple of unintended spaces when copy pasting the rule.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: