Análises para Better Twitter
Better Twitter por Razvan Caliman
78 análises
- 3/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. - Avaliado em 5 de 5por Utilizador do Firefox 15699720 , há 5 anosDid what it said it was gonna do. 5/5 Stars.
- Avaliado em 5 de 5por Utilizador do Firefox 13112025 , há 5 anos/*
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!Resposta do programador
publicado a há 5 anosGlad you found the add-on and the technique described in the code useful. - Avaliado em 3 de 5por Utilizador do Firefox 15174618 , há 5 anosBetter Twitter Had blocked recommendations for Who To Follow. As of today 7/25/2020 Now have on R side "Relevant people" showing instead... No way to block. How do I block this now ? DRIVES ME CRAZY> Hope update to address coming soon. I am running latest versions of FireFox, Twitter and Better Twitter
7/26/20 Update: Deleted and Re-installed , as soon as you click on a Twitter entry to read it more. up pops "Relevant people" to follow again... with no way to remove it or close it out w/o restarting Twitter... FRUSTRATINGResposta do programador
publicado a há 5 anosTwitter does a lot of A/B testing. I am not seeing the "Relevant people" sidebar to test.
Please try again with the latest version (2.0) of this extension. It changes the way items are detected and perhaps it matches the sidebar element you want to hide.
If not, please file a bug on https://github.com/oslego/better-twitter/issues - Avaliado em 5 de 5por wloszynski , há 5 anos
- Avaliado em 5 de 5por Utilizador do Firefox 16104928 , há 5 anos
- Avaliado em 5 de 5por TheSpiritBaby , há 5 anosIt does what it says. I love it. Razvan, awesome work.
- Avaliado em 4 de 5por Utilizador do Firefox 13637415 , há 5 anosGood extension to hide all the bullshit that doesnt add to anything. One thing though, is there any way to move the "X" to close a picture to the right side? It's probably the thing I hate most about Twitter. I have no idea who thought that having the close button on the left side contrary to 99.9% of programs.
Resposta do programador
publicado a há 5 anosCan you share the circumstances in which this happens?
The "Hide trends for you" option is tested to work on the English version of the twitter.com website.Resposta do programador
publicado a há 5 anosAnd instead of reporting a bug (https://github.com/oslego/better-twitter/issues), you chose to leave a bad rating?
EDIT: For what it's worth, this issue has been fixed in version 1.4.3- Avaliado em 5 de 5por Utilizador do Firefox 14891329 , há 5 anos
- Avaliado em 5 de 5por randytuggle , há 5 anosPerfect solution to eliminate the BS. Just what I wanted in CSS edits in one easy add-on.
- Avaliado em 5 de 5por Utilizador do Firefox 13536828 , há 5 anos
- Does not work on the new Twitter interface. Too bad, it was nice. The new interface is absolutely disgusting and I don't know if there will be an extention to give us back the previous interface.
EDIT : No fame and No Vanity work. Promoted tweets, Trends, Who To follow, cannot be hidden. Sad.Resposta do programador
publicado a há 6 anosAdded support for new Twitter UI in version 1.2
Please download again or update the extension. - Avaliado em 2 de 5por Utilizador do Firefox 14676542 , há 6 anosUsed to work but has since stopped. :( It helped improve my Twitter experience. I miss it.
Resposta do programador
publicado a há 6 anos**Update 10 August 2019: version 1.2 now works with the new Twitter UI**
It didn't stop working. The extension is not built to handle the new Twitter interface (currently being trialed) so it has no effect there. This will get fixed.
In the meantime, if you manually chose the new Twitter interface, clear Twitter cookies and log in again. It will reset the interface to the old Twitter and the extension will work again.