MCPcopy Index your code
hub / github.com/hoothin/UserScripts / getCurrentDate

Function getCurrentDate

T66y tool/T66y tool.user.js:167–170  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

165 });
166 }
167 function getCurrentDate() {
168 var myDate = new Date();
169 return myDate.getFullYear() + "-" + (myDate.getMonth() + 1) + "-" + myDate.getDate();
170 }
171 var currentDate = getCurrentDate();
172 if (currentDate == $.cookie('lastSignDate')) {
173 document.title = "✅" + document.title;

Callers 1

t66yFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected