https://github.com/no-gravity/TwitterToNitter Skip to content Toggle navigation Sign up * Product + Actions Automate any workflow + Packages Host and manage packages + Security Find and fix vulnerabilities + Codespaces Instant dev environments + Copilot Write better code with AI + Code review Manage code changes + Issues Plan and track work + Discussions Collaborate outside of code + Explore + All features + Documentation + GitHub Skills + Changelog * Solutions + By Plan + Enterprise + Teams + Compare all + By Solution + CI/CD & Automation + DevOps + DevSecOps + Case Studies + Customer Stories + Resources * Open Source + GitHub Sponsors Fund open source developers + The ReadME Project GitHub community articles + Repositories + Topics + Trending + Collections * Pricing [ ] * # In this repository All GitHub | Jump to | * No suggested jump to results * # In this repository All GitHub | Jump to | * # In this user All GitHub | Jump to | * # In this repository All GitHub | Jump to | Sign in Sign up {{ message }} no-gravity / TwitterToNitter Public * Notifications * Fork 1 * Star 32 Bookmarklet that shows the current Twitter page on Nitter. On every click it choses a random Nitter instance. License GPL-2.0 license 32 stars 1 fork Star Notifications * Code * Issues 0 * Pull requests 0 * Actions * Projects 0 * Security * Insights More * Code * Issues * Pull requests * Actions * Projects * Security * Insights no-gravity/TwitterToNitter This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository. main Switch branches/tags [ ] Branches Tags Could not load branches Nothing to show {{ refName }} default View all branches Could not load tags Nothing to show {{ refName }} default View all tags 1 branch 0 tags Code * Clone HTTPS GitHub CLI [https://github.com/n] Use Git or checkout with SVN using the web URL. [gh repo clone no-gra] Work fast with our official CLI. Learn more. * Open with GitHub Desktop * Download ZIP Launching GitHub Desktop If nothing happens, download GitHub Desktop and try again. Launching GitHub Desktop If nothing happens, download GitHub Desktop and try again. Launching Xcode If nothing happens, download Xcode and try again. Launching Visual Studio Code Your codespace will open once ready. There was a problem preparing your codespace, please try again. Latest commit @gabrielsroka @no-gravity gabrielsroka and no-gravity Update README.md ... bb1c0c0 Sep 23, 2022 Update README.md btw, in some browsers/OSes (eg, Chrome or Firefox for Windows, you can drag and drop from the readme to the bookmarks toolbar, so: 1. show the bookmarks toolbar 2. drag and drop 3. edit the name also, on Chrome for Windows (and perhaps other browsers/OSes), it will use a URL for the name, eg ``` javascript:/* name: /Twitter to Nitter# */ h=['nitter.it','nitter.snopyta.org','nitter.net']; location.href=location.href.replace(window.location.host,h[Math.floor(Math.random()*h.length)]); ``` bb1c0c0 Git stats * 20 commits Files Permalink Failed to load latest commit information. Type Name Latest commit message Commit time LICENSE Initial commit Sep 23, 2022 README.md Update README.md Sep 23, 2022 illu.jpg Updated illustration Sep 23, 2022 View code README.md TwitterToNitter illustration (Illustration by Jenny from illubots) A bookmarklet that shows the current Twitter page on Nitter. On every click it, chooses a random Nitter instance: javascript:h=['nitter.it','nitter.snopyta.org','nitter.net']; location.href=location.href.replace(window.location.host,h[Math.floor (Math.random()*h.length)]); I like Twitter, but I am usually not logged in when I read a tweet. And then Twitter shows a nag screen after a bit of reading, and then I manually change to Nitter. This bookmarklet automates it. Since Nitter instances are overloaded sometimes, it chooses a random Nitter instance every time you click it. If you are new to bookmarklets, here is how they work: * 1: Bookmark some page. It does not matter which one. * 2: Edit the Bookmark and replace the URL with the "javascript:h= [...]" line above, including the "javascript:", up to the final ";". Give it a nice name. * 3: It works :) Every time you click the bookmark, it will select a random Nitter instance to show the current tweet. You can try it right now on the tweet in which I announced it: https://twitter.com/marekgibney/status/1573310551610265602 About Bookmarklet that shows the current Twitter page on Nitter. On every click it choses a random Nitter instance. Resources Readme License GPL-2.0 license Stars 32 stars Watchers 2 watching Forks 1 fork Releases No releases published Packages 0 No packages published Contributors 2 * @no-gravity no-gravity Marek Gibney * @gabrielsroka gabrielsroka Gabriel Sroka Footer (c) 2022 GitHub, Inc. Footer navigation * Terms * Privacy * Security * Status * Docs * Contact GitHub * Pricing * API * Training * Blog * About You can't perform that action at this time. You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.