Giter Club home page Giter Club logo

Comments (10)

sindresorhus avatar sindresorhus commented on June 26, 2024 10

The plan is to only target the new UI.

from refined-twitter.

sindresorhus avatar sindresorhus commented on June 26, 2024 2

Closing as this extension is now deprecated: 8dd9df7

from refined-twitter.

sindresorhus avatar sindresorhus commented on June 26, 2024 1

@giuseppeg https://github.com/sindresorhus/refined-twitter#dont-you-have-another-extension-with-the-same-name

from refined-twitter.

equinox avatar equinox commented on June 26, 2024 1

Any chance it's been decided whether or not the new UI will be handled in this repo, or another? It'd save having to close and reject all the bug reports and PRs in this repo that were at the time accurate and could still be potentially used in conjunction with those extensions that allow you to use the old Twitter UI (while it lasts)?

from refined-twitter.

biscuitsan avatar biscuitsan commented on June 26, 2024

Will the extension still be compatible with the old one?

from refined-twitter.

sindresorhus avatar sindresorhus commented on June 26, 2024

No, the intent is to move completely to the new UI.

from refined-twitter.

giuseppeg avatar giuseppeg commented on June 26, 2024

fwiw refined twitter lite is modular so probably you can fork it and add features to it

from refined-twitter.

giuseppeg avatar giuseppeg commented on June 26, 2024

@sindresorhus neato!

from refined-twitter.

b9AcE avatar b9AcE commented on June 26, 2024

I think it might be good to have one version for good old twitter and one for their new worsened web-UI, so that those that use the UA-trick or other methods to revert Twitter's design can still use this extension.
There should reasonably not be much maintenance needed for the good old web-UI, as it would be well tested and probably won't undergo further changes by Twitter.

from refined-twitter.

tiansh avatar tiansh commented on June 26, 2024

I had done some research on the UI. By wrapping webpack 4[1] and Object.prototype, it is possible to get Redux store, React, ReactDOM in page script. By wrapping React.createElement, it is possible to get every Components. It is fine to do something before / after store.dispatch()'s reducer. And since store is well strutted, it could be used to remove / hide some contents on webpage. But since all Components are compressed. Most Components' name are not available. It is hard to wrap Components' render to do something changing the layout.

[1]: Login page is using webpack 3, but inner page is webpack 4.

Something possible with Redux reducer wrapper described above:

  • Remove promoted tweets, user suggestions, news
  • Force use Latest timeline
  • Remove Who To Follow section in timeline

from refined-twitter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.