Better Twitter のレビュー
Better Twitter 作成者: Razvan Caliman
合計レビュー数: 78
- 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 の評価Firefox ユーザー 13112025 によるレビュー (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! - 5 段階中 3 の評価Firefox ユーザー 15174618 によるレビュー (5年前)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開発者の返信
投稿日時: 5年前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 によるレビュー (5年前)
- 5 段階中 5 の評価Firefox ユーザー 16104928 によるレビュー (5年前)
- 5 段階中 4 の評価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年前Can 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.開発者の返信
投稿日時: 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 の評価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年前)
- 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.開発者の返信
投稿日時: 6年前Added support for new Twitter UI in version 1.2
Please download again or update the extension. - 5 段階中 2 の評価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.