Jonny Buchanan

Results 130 comments of Jonny Buchanan

Could this have been an API thing? Tweak New Twitter doesn't do anything to this list, and a test one I just created shows up. ![firefox_dCD7MTl4rY](https://user-images.githubusercontent.com/226692/154822104-5f7d8960-9791-4243-9186-65831d6e99d7.png)

@CarolineHusky Created a separate issue for that here: #46 👍

Looks like we can do this entirely in CSS, just need to make it handle the different theme variants and the current size of the top header in the user's...

Thanks for the report, I've only tested the options page in Firefox Nightly for Android, will have a look at fixing it in Kiwi when I get a chance.

I have a working solution for tweets which include a single image. We have to redeclare all the basic text styling because there's no cascading style on New Twitter (so...

This seems to get rid of most media, except for tweets which have no text, just a GIF. There may also be a false positive with the `::before content` on...

This is hiding everything in my timeline, with the false positive on polls still present - there's just nothing to check above the poll items in the tree. ```css /*...

It looks like this can't be half-arsed with CSS (rather: it can only be half-arsed with CSS), so this'll have to be done tweet-by-tweet in the `processTweets()` function.

It should work fine on Safari (and in the iPhone version too, I think), but Apple doesn't support the same .zip file distribution that's used in all the other extension...

The problem with these is there's no way to force them to appear so I can test that code added to try to hide them does what it's supposed to....