您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Set a fake date in your browser globally using Tampermonkey
PLEASE INSTALL THE NEW SCRIPT: https://greasyfork.org/en/scripts/531462-fake-date-with-controls
Key Improvements:
Dynamic Offset Approach: Instead of setting a fixed fake date, the script now calculates a time difference between the fake date and the real current time. This makes the fake date advance naturally as time passes.
Better No-Args Constructor: The no-args constructor now returns the current time plus the offset, which better simulates real date behavior.
Symbol Support: Added support for Symbol.species which helps with inheritance in modern JavaScript.
Performance.timeOrigin: Added handling for the timeOrigin property of the performance API.
Proper Date Output in Log: Using toISOString() in the console log for clearer date representation.