Script allowing you to control time.
这些是此脚本变更过代码的版本。 显示所有版本。
Modify time.storage[Symbol.toStringTag] to read time.storage instead of time
time.storage
time
Add valueOf to coerce to a number as well as documentation for both valueOf and toString
Modify time[Symbol.toPrimitive] logic to default to string
string
Modiify set and get error handling code for window.time: 378, 396-398
set
get
window.time
Bump version
Add prototype chain mirroring when time is not accessible to allow for a DOM object named time OR modified EventTarget.prototype, as #<WindowProperties> is not modifiable.
EventTarget.prototype
#<WindowProperties>
Modify logic to only throw ReferenceError while in top-level eval scopes, not anonymous scopes.
Fix issue: hasOwn with devtools prop fails when it is overridden by prototype chain, eg. apparently the inbuilt behaviour of window[id] = getElementById(id)
v1.5: Mask the existance of the global time variable using stack introspection.
Add dedup to profile listing
Fix - Add capability - GM_listValues
Add profile viewing (storage.profiles) and storage.erase
Fix mismatch in storage.now and storage.load
Fix grant permissions
Add time.shift and time.storage.profile features
Add support for Event.prototype.timeStamp and refactor getter wrapping code to wrap_getter
Event.prototype.timeStamp
Fix - Devtools bug
Add magic proxy handler system
Update version
Update for consistency and readability
Add requestAnimationFrame and document.timeline.currentTime support, improve performance.now support by restricting to (this == req_self) in wrap_now
Version number
Patch to use prototype
Add time.storage.real and rename time.sync to time.reset.
Patch
Patch and update version
Add debug saving
Add toString methods
Refactor
Single quote use strict
Remove typeof unsafeWindow
Undo
globalThis instead of Window
Comply with esversion: 5
Add jshint
Add semicolon
Version update
Fix
Update naming
Patch for loading time
Update version number
Move save and load to storage API.
Add time.storage API
Add time.reset() and documentation.
显示所有脚本版本