WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2025 Poal.co

193

(post is archived)

[–] 2 pts (edited )

Here is . Here is the article is talking about.

[–] 2 pts

(sorry for twitter link)

Just replace "twitter" with "nitter" and ".com" with ".net" and you're good. Twitter.com becomes nitter.net.

[–] 1 pt

Thanks, prof. You're an educator. Twatter links are never necessary.

Little observation: They let me scroll endlessly when I'm signed into my Google acct but only let me see the first few messages when I'm not. (Box appears and wants me to create an account)

P.S.: Nice Addon that signs you out with one click. https://addons.mozilla.org/de/firefox/addon/google-signout/?utm_source=addons.mozilla.org&utm_medium=referral&utm_content=search

[–] 1 pt

Good to know. Thanks.

[–] 0 pt

tampermonkey script

// ==UserScript==
//          Twitter to Nitter
//     http://tampermonkey.net/
//       0.1
//   Redirect Twitter links to Nitter in order to avoid the splash screen while scrolling.
//        You
//         *://*.twitter.com/*
//         *://twitter.com/*
//         GM.xmlHttpRequest
//       reddit.com
//         GM_addStyle
//          data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// ==/UserScript==

(function() {
    'use strict';
    var reg = new RegExp('(.*)://((.*).)?twitter.com/(.*)');
    if (reg.test(document.URL))
    {
        var newURL = 'https://nitter.net'+window.location.pathname;
        window.location.href = newURL;
    }

})();
[–] 1 pt (edited )

Elon buys a big part of Twitter, suddenly things that would have been nuked before are allowed . This is so much better than creating a new place where only echo chambers exist.

[–] 0 pt

And the ones slashing tires and cables were... the police themselves.