Recensioner för Better Twitter
Better Twitter av Razvan Caliman
48 recensioner
- av gabbye, för 21 dagar sedanBetygsatt 5 av 5
- av Firefox-användare 16780570, för 21 dagar sedanBetygsatt 5 av 5Great app and prevents you from dealing with the trends on twitter that seem to always be happening!
- av conradonak, för en månad sedanBetygsatt 5 av 5
- av Chris Peterson, för en månad sedanBetygsatt 5 av 5
- av Firefox-användare 14584648, för en månad sedanBetygsatt 5 av 5
- av Aadil Ayub, för 2 månader sedanBetygsatt 5 av 5This extension lets you use Twitter without losing your sanity. 10/10 recommended.
- av Sheng, för 2 månader sedanBetygsatt 5 av 5Who knew that blocking ads and some numbers would make twitter ui so much better?
- av shane, för 2 månader sedanBetygsatt 5 av 5Really nice and easy add-on that does what it says. Would love an option to individually turn on/off number of tweet likes, retweets, and replies. Mainly useful so I know if there are replies to a tweet. Also, quote retweet numbers are also still there (when you click on a tweet).
- av William , för 3 månader sedanBetygsatt 5 av 5
- av Lilacs Doom, för 3 månader sedanBetygsatt 5 av 5It's a simple add-on, but the implications of it are huge. It makes browsing Twitter a much better experience and points out external/sponsored information (literally the stuff that siphons our attention away). THANK YOU, Razvan, you've saved me a lot of time and energy. I hope more people realize what exists beyond the ads.
Utvecklarens svar
postad för 3 månader sedanThank you for the kind words, Lilacs Doom! I'm glad the extension helps you. - av Julionn, för 3 månader sedanBetygsatt 5 av 5Works perfectly, though I would like to see an option to make icons square
- av Fabioass, för 3 månader sedanBetygsatt 4 av 5
- av Deiby Chico, för 4 månader sedanBetygsatt 1 av 5
- av crsfnr, för 4 månader sedanBetygsatt 3 av 5Works nicely but my request would be to hide "❤ {User} liked" as well as "{User} received a reply" tweets from the feed. This is my primary gripe with Twitter: Tweets that people I follow 'liked' or that someone replied to, and that then show up in my feed.
If you add the ability to get rid of "❤ {User} liked" and "{User} received a reply" type tweets from my feed I'd be more than happy to give 5 stars! :)
EDIT in response to the developer response: Your complaint about "You are essentially pressuring me to provide you more of my time and energy." sounds really aggressive and overblown in a way that I don't think my review warranted. I was trying to provide a constructive suggestion on what this extension would need for me to deem it worthy of being a 5-star extension. We may have differing standards on what warrants a 5-star review where you think an extension that delivers what it promises automatically deserves 5 stars. Using language like "How could you ever consider it appropriate to hold hostage a good rating" sounds more inappropriate to me than my review which was made in good faith.Utvecklarens svar
postad för 4 månader sedanHow could you ever consider it appropriate to hold hostage a good rating in exchange for a feature that this extension never promised? The extension either serves its purpose as listed in the description, or it doesn't.
This is an extension built and offered for free. I don't have to do this. I chose to because it is a nice thing to do for others like you. Yet somehow, a few people feel entitled to more. You are essentially pressuring me to provide you more of my time and energy. I develop features as I see a personal need for them and then generously offer them to others to use if they find them useful.
Comments like these make life unnecessarily difficult for open-source and free software developers.
Issues and feature requests go here: https://github.com/oslego/better-twitter/issues - av Jezze, för 4 månader sedanBetygsatt 4 av 5Nice to get ride of some annoying content!
Can I make a request? I would like to have an option to hide answers (only show the first post of a thread) and I would like to hide tweets that only contain text.Utvecklarens svar
postad för 4 månader sedanFeature requests go here: https://github.com/oslego/better-twitter/issues - av Marina, för 4 månader sedanBetygsatt 5 av 5It's really good!
Please, make "hide likes", "hide retweets" and "hide replies" separately. I don't want to see likes and retweets, but I want to know, if my friends replied me, so I want to see replies. It would really help me!
But still, good extension! - av Édouard Lopez, för 4 månader sedanBetygsatt 5 av 5
- av Gitano, för 5 månader sedanBetygsatt 1 av 5Does NOT block promoted twets so its 100% useless to me. Maybe cause iread twiter feed as spanish so its "Promocionado" instead of "Promoted"
Utvecklarens svar
postad för 5 månader sedanGiving a 1-star review without first trying to ask a question or open a bug isn't really nice, is it?
This is someone's free work that you're thrashing carelessly.
Hiding promoted tweets should work in any language.
Some features don't work when the site is used in any other than English. This is a limitation described here: https://github.com/oslego/better-twitter/issues/3
If something doesn't work, please be a good citizen and file a bug: https://github.com/oslego/better-twitter/ - av tremault, för 5 månader sedanBetygsatt 5 av 5
- av Cheese#4, för 5 månader sedanBetygsatt 3 av 53/5 stars for the time being, I'll change it if the issue is addressed, the add-on is great but there's a flaw which makes it very annoying to use. the problem is "hide who to follow" force hides searching for people. (e.g. type "twitter" in the search box, click on the people section to only show accounts, the add-on then force hides everything on the page that is an account, but because of that it seems to create an infinite loop of search for accounts and hide accounts which makes the page reload constantly)
Edit: to clarify, i dont want the add-on to hide accounts in the people section of search, its counter productive to deliberately search for a specific account and the add-on hiding search results. - av Karlos, för 6 månader sedanBetygsatt 5 av 5
- av Firefox-användare 15699720, för 7 månader sedanBetygsatt 5 av 5Did what it said it was gonna do. 5/5 Stars.
- av Firefox-användare 13112025, för 8 månader sedanBetygsatt 5 av 5/*
The new Twitter interface (circa 2019) uses auto-generated markup
with obfuscated class names which are not guaranteed to be stable over time.
In order to remove unwanted parts of the UI when they appear,
we use CSS selectors in the stylesheet (content.css) to identify
areas of interest, then apply a short fake animation to them.
Here in JavaScript, we listen for all `animationstart` events, check if they match
one of the areas of interest (`AnimationEvent.target` points to the element matched
by the CSS seletor), then mark the target element or one of its ancestors. This marker
then causes a CSS selector from content.css to match and hide the intended element.
This is a convoluted but viable workaround for missing ancestor selectors in CSS.
*/
I used to use Stylus/Stylish filter to achieve my intentions, which are closely the same as what this addon does. However, since the major change introduced in this spring, my solution no longer works. I looked for a working addon to get the same result, but there seemed to be none.
Then, a few months later, I finally found this addon. This method (quoted above as comment) is brilliant!Utvecklarens svar
postad för 6 månader sedanGlad you found the add-on and the technique described in the code useful. - av grahamperrin, för 8 månader sedanBetygsatt 4 av 5https://github.com/oslego/better-twitter/issues/12