Add-ons für den Firefox-Browser
  • Erweiterungen
  • Themes
    • für Firefox
    • Wörterbücher & Sprachpakete
    • Andere Browser-Seiten
    • Add-ons für Android
Anmelden
Add-on-Symbol

FediAct Versionsgeschichte – 25 Versionen

FediAct von @lartsch@infosec.exchange

Bewertet mit 4,8 von 5 Sternen
4,8 von 5 Sternen
5
18
4
1
3
0
2
0
1
1
FediAct Versionsgeschichte – 25 Versionen
  • Seien Sie vorsichtig mit alten Versionen! Diese Versionen werden zu Test- und Referenzzwecken angezeigt.Sie sollten immer die neueste Version eines Add-ons verwenden.

  • Neueste Version

    Version 0.9.8.7

    Veröffentlicht 29. Dez. 2022 – 61,45 KB
    Funktioniert mit firefox 107.0 und höher
    - Improve 429 prevention
    - Use User-Agent for requests
    - Prevent toot buttons not working when returning from a "_self" redirect using the back button

    Quelltext steht unter der MIT-Lizenz

    Melden Sie sich an, um diese Erweiterung zu verwenden
    Laden Sie Firefox herunter und holen Sie sich die Erweiterung
    Datei herunterladen
  • Ältere Versionen

    Version 0.9.8.6

    Veröffentlicht 29. Dez. 2022 – 61,26 KB
    Funktioniert mit firefox 107.0 und höher
    - Fix #46, #43, #42
    - Increase API delay a little and make sure to update comparison timestamp correctly

    Quelltext steht unter der MIT-Lizenz

    Datei herunterladen
  • Version 0.9.8.5

    Veröffentlicht 25. Dez. 2022 – 59,37 KB
    Funktioniert mit firefox 107.0 und höher
    - New styles for the modal
    - Fix modal related issues (lists not udpating etc)
    - Fixes for the popup

    Quelltext steht unter der MIT-Lizenz

    Datei herunterladen
  • Version 0.9.8.4

    Veröffentlicht 21. Dez. 2022 – 58,64 KB
    Funktioniert mit firefox 107.0 und höher
    **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

    Quelltext steht unter der MIT-Lizenz

    Datei herunterladen
  • Version 0.9.8.3

    Veröffentlicht 20. Dez. 2022 – 58,19 KB
    Funktioniert mit firefox 107.0 und höher
    - 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

    Quelltext steht unter der MIT-Lizenz

    Datei herunterladen
  • Version 0.9.8.1

    Veröffentlicht 19. Dez. 2022 – 52,88 KB
    Funktioniert mit firefox 107.0 und höher
    - 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

    Quelltext steht unter der MIT-Lizenz

    Datei herunterladen
  • Version 0.9.8

    Veröffentlicht 18. Dez. 2022 – 53,76 KB
    Funktioniert mit firefox 107.0 und höher
    - 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

    Quelltext steht unter der MIT-Lizenz

    Datei herunterladen
  • Version 0.9.7.1

    Veröffentlicht 15. Dez. 2022 – 51,73 KB
    Funktioniert mit firefox 107.0 und höher
    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

    Quelltext steht unter der MIT-Lizenz

    Datei herunterladen
  • Version 0.9.7

    Veröffentlicht 14. Dez. 2022 – 51,57 KB
    Funktioniert mit firefox 107.0 und höher
    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

    Quelltext steht unter der MIT-Lizenz

    Datei herunterladen
  • Version 0.9.6.2

    Veröffentlicht 14. Dez. 2022 – 51,16 KB
    Funktioniert mit firefox 107.0 und höher
    - 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

    Quelltext steht unter der MIT-Lizenz

    Datei herunterladen
  • Version 0.9.6.1

    Veröffentlicht 14. Dez. 2022 – 51,02 KB
    Funktioniert mit firefox 107.0 und höher
    Hotfix: There was an issue with the toot caching process, leading to some toots not reflecting the changed state

    Quelltext steht unter der MIT-Lizenz

    Datei herunterladen
  • Version 0.9.6

    Veröffentlicht 12. Dez. 2022 – 50,93 KB
    Funktioniert mit firefox 107.0 und höher
    - Add missing animation for fav button
    - Remove no longer required code
    - Update icon

    This is the first recommended release.

    Quelltext steht unter der MIT-Lizenz

    Datei herunterladen
  • Version 0.9.5.3

    Veröffentlicht 11. Dez. 2022 – 49,51 KB
    Funktioniert mit firefox 107.0 und höher
    - 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...

    Quelltext steht unter der MIT-Lizenz

    Datei herunterladen
  • Version 0.9.5.2

    Veröffentlicht 11. Dez. 2022 – 49,42 KB
    Funktioniert mit firefox 107.0 und höher
    Prevent uncatched error if tabs query in background script returns no tabs

    Quelltext steht unter der MIT-Lizenz

    Datei herunterladen
  • Version 0.9.5.1

    Veröffentlicht 11. Dez. 2022 – 49,39 KB
    Funktioniert mit firefox 107.0 und höher
    - 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)

    Quelltext steht unter der MIT-Lizenz

    Datei herunterladen
  • Version 0.9.5

    Veröffentlicht 11. Dez. 2022 – 49,39 KB
    Funktioniert mit firefox 107.0 und höher
    - 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)

    Quelltext steht unter der MIT-Lizenz

    Datei herunterladen
  • Version 0.9.3.2

    Veröffentlicht 10. Dez. 2022 – 48,8 KB
    Funktioniert mit firefox 107.0 und höher
    - Moved all home instance actions to one generalized function, less code for same functionality
    - Removed unrequired code
    - General improvements

    Quelltext steht unter der MIT-Lizenz

    Datei herunterladen
  • Version 0.9.3

    Veröffentlicht 9. Dez. 2022 – 48,88 KB
    Funktioniert mit firefox 107.0 und höher
    - 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

    Quelltext steht unter der MIT-Lizenz

    Datei herunterladen
  • Version 0.9.1

    Veröffentlicht 7. Dez. 2022 – 48,54 KB
    Funktioniert mit firefox 107.0 und höher
    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

    Quelltext steht unter der MIT-Lizenz

    Datei herunterladen
  • Version 0.9.0

    Veröffentlicht 7. Dez. 2022 – 48,64 KB
    Funktioniert mit firefox 107.0 und höher
    redo logic for element discovery, fix some lately introduced bugs, improve performance, bump version

    Quelltext steht unter der MIT-Lizenz

    Datei herunterladen
  • Version 0.8.4

    Veröffentlicht 5. Dez. 2022 – 48,53 KB
    Funktioniert mit firefox 107.0 und höher
    Simplified some functions
    Improved performance
    Removed unrequired code

    Quelltext steht unter der MIT-Lizenz

    Datei herunterladen
  • Version 0.8.3.3

    Veröffentlicht 4. Dez. 2022 – 48,59 KB
    Funktioniert mit firefox 107.0 und höher
    fix dblclick triggering if another button is clicked

    Quelltext steht unter der MIT-Lizenz

    Datei herunterladen
  • Version 0.8.3.2

    Veröffentlicht 4. Dez. 2022 – 48,59 KB
    Funktioniert mit firefox 107.0 und höher
    - Added reply support for v3 instances

    Quelltext steht unter der MIT-Lizenz

    Datei herunterladen
  • Version 0.8.3.1

    Veröffentlicht 4. Dez. 2022 – 48,58 KB
    Funktioniert mit firefox 107.0 und höher
    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

    Quelltext steht unter der MIT-Lizenz

    Datei herunterladen
  • Version 0.8.1

    Veröffentlicht 3. Dez. 2022 – 48,22 KB
    Funktioniert mit firefox 107.0 und höher
    - 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

    Quelltext steht unter der MIT-Lizenz

    Datei herunterladen
Zur Mozilla-Startseite gehen

Add-ons

  • Über
  • Firefox-Add-ons-Blog
  • Erweiterungs-Workshop
  • Entwickler-Zentrum
  • Regeln für Entwickler
  • Blog der Gemeinschaft
  • Forum
  • Einen Fehler melden
  • Bewertungsleitfaden

Browser

  • Desktop
  • Mobile
  • Enterprise

Produkte

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Datenschutz
  • Cookies
  • Rechtliches

Sofern nicht anders vermerkt, steht der Inhalt dieser Seite unter der Creative Commons Attribution Share-Alike License v3.0 oder einer späteren Version.