Firefox Browser Add-ons
  • Extensions
  • Themes
    • for Firefox
    • Dictionaries & Language Packs
    • Other Browser Sites
    • Add-ons for Android
Log in
Add-on icon

FediAct version history - 25 versions

FediAct by @lartsch@infosec.exchange

Rated 4.8 out of 5
4.8 Stars out of 5
5
18
4
1
3
0
2
0
1
1
FediAct version history - 25 versions
  • Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.

  • Latest version

    Version 0.9.8.7

    Released Dec 29, 2022 - 61.45 KB
    Works with firefox 107.0 and later
    - Improve 429 prevention
    - Use User-Agent for requests
    - Prevent toot buttons not working when returning from a "_self" redirect using the back button

    Source code released under MIT License

    You'll need Firefox to use this extension
    Download Firefox and get the extension
    Download file
  • Older versions

    Version 0.9.8.6

    Released Dec 29, 2022 - 61.26 KB
    Works with firefox 107.0 and later
    - Fix #46, #43, #42
    - Increase API delay a little and make sure to update comparison timestamp correctly

    Source code released under MIT License

    Download file
  • Version 0.9.8.5

    Released Dec 25, 2022 - 59.37 KB
    Works with firefox 107.0 and later
    - New styles for the modal
    - Fix modal related issues (lists not udpating etc)
    - Fixes for the popup

    Source code released under MIT License

    Download file
  • Version 0.9.8.4

    Released Dec 21, 2022 - 58.64 KB
    Works with firefox 107.0 and later
    **This is a rather important update!**

    - **Moved ALL requests to background script to fix some browsers complaining about CORS policy for servers that have set it and updated according features in content script**
    - Add support for polls that are hidden behind a content warning (v4 only)
    - Fix some extension CSS being overwritten by site CSS
    - Add descriptions for denylist/allowlist in popup
    - Fix popup scale in Firefox for Android

    Source code released under MIT License

    Download file
  • Version 0.9.8.3

    Released Dec 20, 2022 - 58.19 KB
    Works with firefox 107.0 and later
    - Restyle the settings popup, add descriptions, change some setting names (thx to @Freeplayg !)
    - Fixed the FediAct running indicator blocking toot buttons in some cases
    - It is now a little clickable icon in the bottom right corner - as of now, it only includes the "go home" link, but soon you can select the home instance to use for the current external instance from there

    Source code released under MIT License

    Download file
  • Version 0.9.8.1

    Released Dec 19, 2022 - 52.88 KB
    Works with firefox 107.0 and later
    - Added an indicator in the bottom right when FediAct is running + a link to your home instance - closes issue #15
    - Security: Added a check if click events are trusted (so human-triggered, not script-triggered) - closes issue #6
    - Fixed uppercase letter in home instance setting not working

    Source code released under MIT License

    Download file
  • Version 0.9.8

    Released Dec 18, 2022 - 53.76 KB
    Works with firefox 107.0 and later
    - Added feature: Block, mute, domainblock (and reverse) from profile views and toots (3-dot menu, only v4 instances)
    - Added "Resolving" indicator to toots and profile views
    - Fixed reply mode not entering (bug introduced in 0.9.7)
    - Fixed some other bugs
    - Moved all CSS to separate file to satisfy Firefox

    Source code released under MIT License

    Download file
  • Version 0.9.7.1

    Released Dec 15, 2022 - 51.73 KB
    Works with firefox 107.0 and later
    Added 2 new options and renamed some of the existing ones to be easier to understand
    Start background process earlier to react in some conditions

    Source code released under MIT License

    Download file
  • Version 0.9.7

    Released Dec 14, 2022 - 51.57 KB
    Works with firefox 107.0 and later
    Added support to vote on polls - for now, the results have to be viewed on your home instance though (the poll is replaced with the according link after voting)
    Fixed the wrong fav / boost buttons being detected for detailed status views

    Source code released under MIT License

    Download file
  • Version 0.9.6.2

    Released Dec 14, 2022 - 51.16 KB
    Works with firefox 107.0 and later
    - Added an additional check if you are logged in on an external instance and disable processing if so
    - Fixed a bug with v3 support
    - Improved v3 support
    - Disabled console logs

    Source code released under MIT License

    Download file
  • Version 0.9.6.1

    Released Dec 14, 2022 - 51.02 KB
    Works with firefox 107.0 and later
    Hotfix: There was an issue with the toot caching process, leading to some toots not reflecting the changed state

    Source code released under MIT License

    Download file
  • Version 0.9.6

    Released Dec 12, 2022 - 50.93 KB
    Works with firefox 107.0 and later
    - Add missing animation for fav button
    - Remove no longer required code
    - Update icon

    This is the first recommended release.

    Source code released under MIT License

    Download file
  • Version 0.9.5.3

    Released Dec 11, 2022 - 49.51 KB
    Works with firefox 107.0 and later
    - Attempt to fix elements not being detected on v3 sometimes
    - There were (/are?) cases, where elements got cached by the browser and were not detected by DOMNodeAppear...
    - ... as well as cases, where a page was visited for the first time
    - Now, in addition to DOMNodeAppear, a $(docuement).find(...).each(...) is used to try and detect these cases
    - To prevent the same element from being processed twice, an additional check was added

    Not sure if its done with that. But also, there arent many v3 instances anymore...

    Source code released under MIT License

    Download file
  • Version 0.9.5.2

    Released Dec 11, 2022 - 49.42 KB
    Works with firefox 107.0 and later
    Prevent uncatched error if tabs query in background script returns no tabs

    Source code released under MIT License

    Download file
  • Version 0.9.5.1

    Released Dec 11, 2022 - 49.39 KB
    Works with firefox 107.0 and later
    - Fixed site views with multiple follow buttons (v3 explore page) - follow button status was not correctly set per element
    - Fixed follow buttons not correctly initialized if follow is already requested (but not yet accepted)

    Source code released under MIT License

    Download file
  • Version 0.9.5

    Released Dec 11, 2022 - 49.39 KB
    Works with firefox 107.0 and later
    - Hide Mutes feature changes
    - Now blocked users are treated like muted users for this extension
    - Now all their boosted toots, toots and toots with mentions of them are hidden if enabled
    - Now domain blocks are applied as well
    - Moved sync to background script
    - They are now fetched each minute
    - This is to prevent needing multiple requests in the content script if Hide Mutes is enabled (since v3 instances would not work this way)
    - Try to reload settings on page URL changes (to keep mutes/blocks in sync with local storage)

    Source code released under MIT License

    Download file
  • Version 0.9.3.2

    Released Dec 10, 2022 - 48.8 KB
    Works with firefox 107.0 and later
    - Moved all home instance actions to one generalized function, less code for same functionality
    - Removed unrequired code
    - General improvements

    Source code released under MIT License

    Download file
  • Version 0.9.3

    Released Dec 9, 2022 - 48.88 KB
    Works with firefox 107.0 and later
    - Sites now auto-reload when settings are updated or the extension is updated/reloaded
    - Better resolve probability due to new logic
    - "Unresolved" indicator now correctly displays for all unresolved toots
    - Small bug fixes

    Source code released under MIT License

    Download file
  • Version 0.9.1

    Released Dec 7, 2022 - 48.54 KB
    Works with firefox 107.0 and later
    Hotfix for follow buttons not processed when first page page browsed was. An old portion of code was accidentally left in prior to the v0.9.0 release

    Source code released under MIT License

    Download file
  • Version 0.9.0

    Released Dec 7, 2022 - 48.64 KB
    Works with firefox 107.0 and later
    redo logic for element discovery, fix some lately introduced bugs, improve performance, bump version

    Source code released under MIT License

    Download file
  • Version 0.8.4

    Released Dec 5, 2022 - 48.53 KB
    Works with firefox 107.0 and later
    Simplified some functions
    Improved performance
    Removed unrequired code

    Source code released under MIT License

    Download file
  • Version 0.8.3.3

    Released Dec 4, 2022 - 48.59 KB
    Works with firefox 107.0 and later
    fix dblclick triggering if another button is clicked

    Source code released under MIT License

    Download file
  • Version 0.8.3.2

    Released Dec 4, 2022 - 48.59 KB
    Works with firefox 107.0 and later
    - Added reply support for v3 instances

    Source code released under MIT License

    Download file
  • Version 0.8.3.1

    Released Dec 4, 2022 - 48.58 KB
    Works with firefox 107.0 and later
    Added support for (un)bookmarking
    Added support for replying
    Fixed support for replying from initial release 0.8.3
    Fixed a bug where a variable was not reset for every resolve

    Source code released under MIT License

    Download file
  • Version 0.8.1

    Released Dec 3, 2022 - 48.22 KB
    Works with firefox 107.0 and later
    - Quality of life: Instantly update token in background script after updating settings
    - Remove unused code
    - Use minified version of .js and .css files in release

    Source code released under MIT License

    Download file
Go to Mozilla's homepage

Add-ons

  • About
  • Firefox Add-ons Blog
  • Extension Workshop
  • Developer Hub
  • Developer Policies
  • Community Blog
  • Forum
  • Report a bug
  • Review Guide

Browsers

  • Desktop
  • Mobile
  • Enterprise

Products

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Twitter (@firefox)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Privacy
  • Cookies
  • Legal

Except where otherwise noted, content on this site is licensed under the Creative Commons Attribution Share-Alike License v3.0 or any later version.