Fake Date

Set a fake date in your browser globally using Tampermonkey

ही स्क्रिप्ट इंस्टॉल करा?
लेखकाने सुचवलेली स्क्रिप्ट

तुम्हाला कदाचित ही स्क्रिप्टदेखील आवडेल: Fake Date with Controls.

ही स्क्रिप्ट इंस्टॉल करा
लेखक
vijankush
दैनिक इंस्टॉल
0
एकूण इंस्टॉल
4
रेटिंग
0 0 0
आवृत्ती
1.2
बनवली
2025-03-12
अपडेट केली
2025-03-12
आकार
2.12 KB
License
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.