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.5Released 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 MIT License 
- Older versions- Version 1.4Released Jun 26, 2024 - 24.74 KBWorks with firefox 48.0 and laterFixed some other bugs.- Source code released under MIT License 
- Version 1.3Released Jun 26, 2024 - 24.73 KBWorks with firefox 48.0 and laterMade the extension faster and removed unnecessary code.- Source code released under MIT License 
- Version 1.2Released 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 MIT License 
- Version 1.1Released 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 MIT License 
