You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue - Urgent help
I have written a tamper monkey script to highlight date and time which are 7 days old from current date and time , the date and time format should be 6/28/2023, 10:31:39 PM , it should run in all tabs and webpages unable to highlight with my script
Issue - Urgent help
I have written a tamper monkey script to highlight date and time which are 7 days old from current date and time , the date and time format should be 6/28/2023, 10:31:39 PM , it should run in all tabs and webpages unable to highlight with my script
Please review my script for better understanding
v// ==UserScript==
// @name Date Highlighter
// @namespace http://tampermonkey.net/
// @Version 1.0
// @description Highlights dates older than 7 days
// @author Your name
// @match :///*
// @grant none
// @run-at document-idle
// ==/UserScript==
(function() {
'use strict';
})();
The text was updated successfully, but these errors were encountered: