Time Machine version history - 5 versions
Time Machine by TheLazyCat
Time Machine version history - 5 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 1.5
Released Jun 26, 2024 - 24.74 KBWorks with firefox 48.0 and laterImproved formula of speeding up or slowing down the website.Source code released under The MIT License
Download Firefox and get the extensionYou'll need Firefox to use this extensionOlder versions
Version 1.4
Released Jun 26, 2024 - 24.74 KBWorks with firefox 48.0 and laterFixed some other bugs.Source code released under The MIT License
Version 1.3
Released Jun 26, 2024 - 24.73 KBWorks with firefox 48.0 and laterMade the extension faster and removed unnecessary code.Source code released under The MIT License
Version 1.2
Released Jun 25, 2024 - 24.8 KBWorks with firefox 48.0 and laterFixed Bug: Spamming settings in the local storage.
This happened because the add-on updated the settings every time the user entered something. Now the add-on only updates the settings if the input field is not focused instead, for example when you close the add-on or go to another input field.
This only required me to change "element.addEventListener("input", function);" to "element.addEventListener("blur", function);"Source code released under The MIT License
Version 1.1
Released Jun 24, 2024 - 24.8 KBWorks with firefox 48.0 and laterYes, I have already found one bug and improved the extension.Source code released under The MIT License