Greasy Fork is available in English.

Fake Date

Set a fake date in your browser globally using Tampermonkey

스크립트 설치?
개발자의 추천 스크립트

Fake Date with Controls는 어떤가요?

스크립트 설치
질문, 리뷰하거나, 이 스크립트를 신고하세요.
개발자
vijankush
일일 설치수
0
총 설치수
3
평점
0 0 0
버전
1.2
생성
2025-03-12
갱신
2025-03-12
크기
2.12KB
라이선스
MIT
동작 사이트
모든 사이트

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.