Better Twitter 的评价
Better Twitter 作者: Razvan Caliman
78 条评价
- 评分 3 / 5来自 Cheese#4,4 年前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. - 评分 5 / 5来自 Karlos,4 年前
- 评分 5 / 5来自 Firefox 用户 13112025,4 年前/*
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! - 评分 3 / 5来自 Firefox 用户 15174618,4 年前Better 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... FRUSTRATING开发者回应
发布于 4 年前Twitter 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 - 评分 5 / 5来自 wloszynski,4 年前
- 评分 5 / 5来自 Firefox 用户 16104928,4 年前
- 评分 4 / 5来自 Firefox 用户 13637415,5 年前Good 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.
- 评分 5 / 5来自 Mark M,5 年前I downloaded this to block out the "trends for you" section, and it did it automatically without any problems. Very impressed!
- 评分 2 / 5来自 Clankern,5 年前It doesn't hide "Who to follow" from the profile page, which is essential for me to be permanently rid off.
开发者回应
发布于 5 年前And 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 - 评分 5 / 5来自 Firefox 用户 14891329,5 年前
- 评分 5 / 5来自 j4,5 年前Thank you for the extension.
I still get "Who to follow" on my own profile page, and I think I've seen "Topics" pop up a few times. - 评分 5 / 5来自 randytuggle,5 年前Perfect solution to eliminate the BS. Just what I wanted in CSS edits in one easy add-on.
- 评分 5 / 5来自 Firefox 用户 13536828,5 年前
- 评分 5 / 5来自 0X13A,5 年前
- 评分 5 / 5来自 RedFox,5 年前Brilliant. Thank you so so much. "Trends for You" was utterly depressing. You have helped make my Twitter experience more enjoyable.
- 评分 1 / 5来自 m3ta-x,5 年前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.开发者回应
发布于 5 年前Added support for new Twitter UI in version 1.2
Please download again or update the extension. - 评分 4 / 5来自 goo,5 年前works for who to follow, and footer.... don't see any promoted tweets, so assume it works on those too.
the rest i don't care about. - 评分 2 / 5来自 Firefox 用户 14676542,6 年前Used to work but has since stopped. :( It helped improve my Twitter experience. I miss it.
开发者回应
发布于 6 年前**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.