neme

joined 1 year ago
 

Hello everyone!

Multi-account containers (MAC) is looking for more contributors and we are asking for your help! Multi-account containers is an open-source Firefox extension that enhances your browsing experience by enabling color coded custom tab configurations. For more information on what you can do with MAC, check out this article.

MAC improvements heavily rely on our core community. There are currently 516 open issues on MAC's GitHub repository. These issues consist of bugs and feature requests.

A guide to setting up your local repository and starting to contribute can be found here.

Tips for contributing:

  1. Choose an issue that you would like to work on.
  2. Fork the repository and follow the instructions for setting it up locally.
  3. Run the add-on locally and try reproducing the issue.
  4. Debug add-ons by clicking the “Settings” icon in about:addons, and then clicking “Debug Add-ons”
  5. Click “Inspect” on the MAC add-on to open developer tools for the popup extension (see this documentation for more information)
  6. Once you have a fix ready, commit your changes with the following commit message template: “Fix #<insert issue id #>: ”
  7. Push your changes and open a pull request for review.

Have any questions? Head over to the Q&A section on our GitHub discussions.

[–] [email protected] 3 points 1 year ago (1 children)

@[email protected] Since these instances just keep randomly disappearing, if something ever happens to lemm.ee, where will we be informed about it?

[–] [email protected] 2 points 1 year ago* (last edited 1 year ago)

After this you can't even get most of the crap that is in this game.

Also, at the moment you could get for example some black market items for 300 credits through trading, whereas they try to scam 2000 credits from you for these items in the item shop...

[–] [email protected] 4 points 1 year ago

I'd blame Psyonix as well.

[–] [email protected] 4 points 1 year ago

You don’t need to open their profile to block them, click the three dot menu in their posts/comments and there should be “Block user” option.

[–] [email protected] 2 points 1 year ago

You don't need to open their profile to block them, click the three dot menu in their posts/comments and there should be "Block user" option.

[–] [email protected] 4 points 1 year ago (7 children)

I can’t keep up with the number of communities to block them all individually

Block the bot instead?

[–] [email protected] 12 points 1 year ago (1 children)

Bromite has not been updated since January.

One of the old Bromite contributors forked it: https://github.com/uazo/cromite

[–] [email protected] 7 points 1 year ago

If you are using adblocker try adding @@||startrek.website/pictrs/image/ to your filters and after that do Ctrl + F5 here

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago)

If it is installed as PWA and you apply it to html I noticed that buttons in bottom bar seems to become unresponsive sometimes for some reason if I click on link that takes you to another site and then come back

If I apply it to [data-test-id="virtuoso-scroller"] instead it seems to work better? Not sure where would be the best place for it.

Edit: Nevermind, I now got that unresponsivenes thing even without any changes, so seems like it might be seperate bug.

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago) (2 children)

Hmm, then I have no idea.

@[email protected] Would it still be possible to try adding that to the CSS? Pull to refresh implementation is still buggy on Android Firefox and this seems to help prevent it from using the browser's own and using the app's own instead.

[–] [email protected] 2 points 1 year ago* (last edited 1 year ago) (4 children)

Are you using it on Firefox?

This might help:

html {
	overscroll-behavior-y: contain;
}

You can try it with this uBO filter for example: vger.app##html:style(overscroll-behavior-y: contain !important;)

view more: ‹ prev next ›