Ιστορικό εκδόσεων του HTML Universal Speed Control - 6 εκδόσεις
HTML Universal Speed Control από Rohit Y
Ιστορικό εκδόσεων του HTML Universal Speed Control - 6 εκδόσεις
Προσέξτε τις παλιές εκδόσεις! Αυτές οι εκδόσεις εμφανίζονται για δοκιμές και σκοπούς αναφοράς.Θα πρέπει πάντα να χρησιμοποιείτε την πιο πρόσφατη έκδοση ενός προσθέτου.
Πιο πρόσφατη έκδοση
Έκδοση 3.1
Κυκλοφόρησε στις 15 Μαρ 2025 - 48,51 KBΛειτουργεί με firefox 79.0 και νεότερα, android 120.0 και νεότεραFull UI revamp, with modern sleek, and new modern color scheme. Added better support for mobile devices. Added animations, Stability Improvements.Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Άδεια MIT
Λήψη Firefox και απόκτηση επέκτασηςΘα χρειαστείτε το Firefox για να χρησιμοποιήσετε αυτήν την επέκτασηΠαλαιότερες εκδόσεις
Έκδοση 3
Κυκλοφόρησε στις 14 Μαρ 2025 - 28,49 KBΛειτουργεί με firefox 79.0 και νεότερα, android 120.0 και νεότεραHTML Universal Speed Controller
A powerful browser extension that allows you to control the speed of HTML websites by manipulating various timing methods. This extension provides fine-grained control over website timing functions and includes features like auto-speed for specific sites and mobile optimizations.
Features
Core Speed Control- Control website speed through a multiplier (0x to any value)
- Affects multiple timing mechanisms:
setInterval
setTimeout
performance.now()
Date.now()
requestAnimationFrame
Advanced Features- Auto-Speed Sites: Configure specific websites to automatically run at predefined speeds
- Mobile Optimizations: Special handling for mobile devices with performance considerations
- Auto-Click Close: Automatically closes elements with
.close-btn
class - Granular Control: Enable/disable individual timing method speed control
- Site-Specific Settings: Different speed settings for different websites
Technical Features- Persistent settings storage
- Background service worker for extension management
- Content script injection for page manipulation
- Cross-browser compatibility (Firefox 79.0+)
- Mobile device detection and optimization
Architecture
Components- Background Script (
background.js
) - Manages extension installation and initialization
- Handles default settings setup
- Processes notifications
- Manages tab updates and auto-speed checks
- Content Script (
content.js
) - Injects page script for timing manipulation
- Handles message communication
- Manages auto-speed site detection
- Implements mobile optimizations
- Popup Interface
- User interface for speed control
- Settings management
- Status display
- Options Page
- Advanced settings configuration
- Auto-speed site management
- Extension preferences
Timing Method Overrides
1. setInterval- Original function preservation
- Speed-adjusted interval timing
- Special handling for Google Ads timers
- Batch processing for mobile devices
2. setTimeout- Speed-adjusted timeout duration
- Original function preservation
- Mobile-optimized execution
3. performance.now()- Throttled updates for performance
- Mobile-specific optimizations
- Precision maintenance
- Update interval control
4. Date.now()- Throttled updates
- Mobile optimizations
- Precision control
- Update interval management
5. requestAnimationFrame- Frame rate control
- Mobile-specific frame timing
- Accumulator-based processing
- Callback management
Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Άδεια MIT
Έκδοση 2
Κυκλοφόρησε στις 1 Μαρ 2025 - 27,68 KBΛειτουργεί με firefox 79.0 και νεότερα, android 120.0 και νεότεραFixed autosaving functionality, improved UI, Added tweaks and settings.Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Άδεια MIT
Έκδοση 1.2
Κυκλοφόρησε στις 27 Φεβ 2025 - 25,91 KBΛειτουργεί με firefox 79.0 και νεότερα, android 120.0 και νεότεραAdded UI Improvements, and improved saving website functionality from the popup with custom speeds directly.Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Άδεια MIT
Έκδοση 1.1
Κυκλοφόρησε στις 27 Φεβ 2025 - 25,8 KBΛειτουργεί με firefox 79.0 και νεότερα, android 120.0 και νεότεραHave improved mobile performance, added saving feature for websites, that aren't saved, from the popup menu directly.Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Άδεια MIT
Έκδοση 1.0
Κυκλοφόρησε στις 26 Φεβ 2025 - 23,39 KBΛειτουργεί με firefox 79.0 και νεότερα, android 120.0 και νεότεραΟ πηγαίος κώδικας εκδόθηκε υπό την άδεια Άδεια MIT