Line 21:
Line 21:
* Copy-paste the following code into the '''console''':
* Copy-paste the following code into the '''console''':
<syntaxhighlight lang="javascript">
<syntaxhighlight lang="javascript">
−
document.cookie='ckcy=1;expires=Mon, 17-Jun-2024 00:00:00 GMT;path=/netgame;domain=.dmm.com'
+
document.cookie=`ckcy=1;expires=${new Date(+new Date()+365*24*60*60*1000).toUTCString()};path=/netgame;domain=.dmm.com`
</syntaxhighlight>
</syntaxhighlight>
<!--
<!--