All Projects → Bl4Cc4t → Goodtwitter2

Bl4Cc4t / Goodtwitter2

Userscript to modify the looks of twitter.com

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Goodtwitter2

Userscripts
Userscripts for Greasemonkey, Tampermonkey etc.
Stars: ✭ 78 (-59.37%)
Mutual labels:  twitter, userscript
Twterm
A full-featured TUI Twitter client
Stars: ✭ 186 (-3.12%)
Mutual labels:  twitter
Just News
a userscript project that parses korean news site and then making more readable view
Stars: ✭ 173 (-9.9%)
Mutual labels:  userscript
Postwill
Posting to the most popular social media from Ruby
Stars: ✭ 181 (-5.73%)
Mutual labels:  twitter
Tock
Tock - the open source conversational AI toolkit
Stars: ✭ 175 (-8.85%)
Mutual labels:  twitter
Twitter Bot
Node js twitter bot to send auto welcome message for your new followers
Stars: ✭ 184 (-4.17%)
Mutual labels:  twitter
React Twitter Embed
Simplest way to add twitter widgets to your react project.
Stars: ✭ 171 (-10.94%)
Mutual labels:  twitter
Social Media Data Scripts
Stars: ✭ 188 (-2.08%)
Mutual labels:  twitter
Datastories Semeval2017 Task4
Deep-learning model presented in "DataStories at SemEval-2017 Task 4: Deep LSTM with Attention for Message-level and Topic-based Sentiment Analysis".
Stars: ✭ 184 (-4.17%)
Mutual labels:  twitter
Sharemeow
😻 text shots service
Stars: ✭ 180 (-6.25%)
Mutual labels:  twitter
Tweet.sh
Twitter client written in simple Bash script
Stars: ✭ 178 (-7.29%)
Mutual labels:  twitter
Twitter Macos Swiftui Sample
Twitter macOS Big Sur SwiftUI example app
Stars: ✭ 176 (-8.33%)
Mutual labels:  twitter
Connectednes
📡 A WiFi "modem" that connects your NES to the internet. Includes sample Twitter client.
Stars: ✭ 184 (-4.17%)
Mutual labels:  twitter
Crunchyroll Html5
A fully fledged HTML5 player for Crunchyroll.
Stars: ✭ 175 (-8.85%)
Mutual labels:  userscript
Seotools
SEO Tools for Laravel
Stars: ✭ 2,406 (+1153.13%)
Mutual labels:  twitter
Twitter Video Downloader
Download Twitter video streams.
Stars: ✭ 172 (-10.42%)
Mutual labels:  twitter
Bilibili Helper
各种油猴脚本
Stars: ✭ 2,519 (+1211.98%)
Mutual labels:  userscript
Download Tweets Ai Text Gen
Python script to download public Tweets from a given Twitter account into a format suitable for AI text generation.
Stars: ✭ 182 (-5.21%)
Mutual labels:  twitter
Laitos
Top geek's chindogu - personal assistant over satellite/telephone/SMS/chatbot, plus web infrastructure servers (web & mail, ad-free DNS, web proxy, SNMP, etc)
Stars: ✭ 191 (-0.52%)
Mutual labels:  twitter
Twitterx
Keeping Twitter for macOS alive with code injection
Stars: ✭ 187 (-2.6%)
Mutual labels:  twitter

GoodTwitter 2 - Electric Boogaloo

A try to make Twitter look good again.

Changelog

Content

Background

Since Twitter disabled the 2014 layout on June 1st 2020 and therefore GoodTwitter stopped working too, I decided to create a somewhat fix for the site.

Disclaimers

  • Please keep in mind that a few things break from time to time so creating pull requests and/or issues is appreciated.
    • The disableAutoRefresh feature is extremely buggy atm, any help would be very nice
  • This is by no means a full recreation of the old design, it is more like a hybrid between the two.

Features

  • Legacy Navbar is back!
  • Legacy Profile Layout Option!
  • Your profile appears on the left side for most pages
  • All display settings are supported!
    • The default and dim theme use the color palette from legacy twitter
  • Added toggle for nightmode when not logged in
  • Translate tweets directly in your timeline!
  • Various custom settings, take a look at the previews

Installation

To use this script, you need a userscript manager.

  • Install Tampermonkey or Violentmonkey (Greasemonkey is not supported at the moment)
  • Then, click on this link and a new tab should open, prompting you with an installation screen.
  • Hit install and you should be good to go!
  • [Firefox] You do not need to disable CSP anymore. If you disabled it previously, see this guide on how to enable it again.

Do not use this script together with the GoodTwitter extension. Disable it first!

FAQ

The highlights color does not match my settings!

Normally, the script should detect what colors you are using. If it somehow does not, just navigate to the display settings, switch to another color and then select your desired color again. Now it should look the way you want!

I use a very old version of Firefox and the script does not work

For Firefox 56.0 and similar versions, please use Violentmonkey. If that does not help, please open a new issue.

I want to help!

That’s awesome! If you want to help with the translations, check out Adding translations.

If you want to help with coding, you can take a look at the issue tracker. There are a lot of things that do not work correctly and I certainly could use some help with that :)

Translations

Thanks to these awesome people, there are translations available for the following languages:

Adding translations

If your language is not yet supported, you can help by adding it! Open the following box to learn more.

Adding an UI Translation
  • Switch to the dev branch.
  • Go to the i18n folder.
  • If a translation does not yet exist for your language:
    • Fork the repo

    • Duplicate the en.json file and change the file name accordingly (i.e. ja.json or nl.json).

      • You can get the language id by pressing Ctrl+U on the twitter page and looking at the second line:
    • Then, translate all strings and create a pull request.

      • For all the strings in the first paragraph (before the first empty line): Please use the official translations on twitter if you can.
    • You can also of course search for potential spelling mistakes or the likes and correct them for existing translations!

No idea how git works and too proud to learn it? You can also create an new issue with your translation.

Be sure to wrap the contents in backticks, like this:

```content```

Previews

Similar projects

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].