Difference between revisions of "Talk:2236: Is it Christmas?"

Explain xkcd: It's 'cause you're dumb.
Jump to: navigation, search
Line 3: Line 3:
  
 
:Hmmm, maybe it will be fixed this year. I imagine everybody spammed the guy on twitter when it didnt work last year. [[Special:Contributions/172.68.132.155|172.68.132.155]] 22:06, 2 December 2019 (UTC)
 
:Hmmm, maybe it will be fixed this year. I imagine everybody spammed the guy on twitter when it didnt work last year. [[Special:Contributions/172.68.132.155|172.68.132.155]] 22:06, 2 December 2019 (UTC)
 +
 +
:; It checks your system time
 +
:It uses the <code>new Date()</code> constructor to check whether it is Christmas, which uses your system time. Thus, the Wayback won't get anything, but changing your system time will. Kay? [[User:Jacky720|That's right, Jacky720 just signed this]] ([[User talk:Jacky720|talk]] | [[Special:Contributions/Jacky720|contribs]]) 22:14, 2 December 2019 (UTC)
 +
  
 
Okay so looking at isitchristmas.com, there's a comment at the top of the page saying to look at the console, but I don't see anything in there, anyone know what that might be about? Also at the bottom of the html file, the bottommost <script> tag looks like it might contain code for a chat client? I don't know JS so I'm unsure, but I tried changing all the related "false" values to "true" that looked relevant and nothing happened, so idk. Maybe someone else can figure it out. [[Special:Contributions/172.68.132.155|172.68.132.155]] 22:03, 2 December 2019 (UTC)
 
Okay so looking at isitchristmas.com, there's a comment at the top of the page saying to look at the console, but I don't see anything in there, anyone know what that might be about? Also at the bottom of the html file, the bottommost <script> tag looks like it might contain code for a chat client? I don't know JS so I'm unsure, but I tried changing all the related "false" values to "true" that looked relevant and nothing happened, so idk. Maybe someone else can figure it out. [[Special:Contributions/172.68.132.155|172.68.132.155]] 22:03, 2 December 2019 (UTC)
 
; It checks your system time
 
It uses the <code>new Date()</code> constructor to check whether it is Christmas, which uses your system time. Thus, the Wayback won't get anything, but changing your system time will. Kay? [[User:Jacky720|That's right, Jacky720 just signed this]] ([[User talk:Jacky720|talk]] | [[Special:Contributions/Jacky720|contribs]]) 22:14, 2 December 2019 (UTC)
 

Revision as of 22:20, 2 December 2019

according Wayback Machine, the site still says NO even on Christmas. --valepert (talk) 21:56, 2 December 2019 (UTC)

Hmmm, maybe it will be fixed this year. I imagine everybody spammed the guy on twitter when it didnt work last year. 172.68.132.155 22:06, 2 December 2019 (UTC)
It checks your system time
It uses the new Date() constructor to check whether it is Christmas, which uses your system time. Thus, the Wayback won't get anything, but changing your system time will. Kay? That's right, Jacky720 just signed this (talk | contribs) 22:14, 2 December 2019 (UTC)


Okay so looking at isitchristmas.com, there's a comment at the top of the page saying to look at the console, but I don't see anything in there, anyone know what that might be about? Also at the bottom of the html file, the bottommost <script> tag looks like it might contain code for a chat client? I don't know JS so I'm unsure, but I tried changing all the related "false" values to "true" that looked relevant and nothing happened, so idk. Maybe someone else can figure it out. 172.68.132.155 22:03, 2 December 2019 (UTC)