HTML Universal Speed Control의 버전 기록 - 6개 버전
HTML Universal Speed Control 제작자: Rohit Y
HTML Universal Speed Control의 버전 기록 - 6개 버전
이전 버전의 사용에 주의하십시오! 이 버전들은 테스트 및 참조 용도로만 표시되는 것입니다.항상 최신 버전의 부가 기능을 사용해야 합니다.
최신 버전
버전 3.1
2025년 3월 15일에 출시 - 48.51 KBfirefox 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 License에 따라 릴리스된 소스 코드
Firefox를 다운로드하고 확장 기능을 받으세요이 확장 기능을 사용하려면 Firefox가 필요함이전 버전
버전 3
2025년 3월 14일에 출시 - 28.49 KBfirefox 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 License에 따라 릴리스된 소스 코드
버전 2
2025년 3월 1일에 출시 - 27.68 KBfirefox 79.0 이상, android 120.0 이상에서 작동Fixed autosaving functionality, improved UI, Added tweaks and settings.MIT License에 따라 릴리스된 소스 코드
버전 1.2
2025년 2월 27일에 출시 - 25.91 KBfirefox 79.0 이상, android 120.0 이상에서 작동Added UI Improvements, and improved saving website functionality from the popup with custom speeds directly.MIT License에 따라 릴리스된 소스 코드
버전 1.1
2025년 2월 27일에 출시 - 25.8 KBfirefox 79.0 이상, android 120.0 이상에서 작동Have improved mobile performance, added saving feature for websites, that aren't saved, from the popup menu directly.MIT License에 따라 릴리스된 소스 코드