Line 45:
Line 45:
# Switch the language of the site from English to Japanese (日本語) at the top of the site.
# Switch the language of the site from English to Japanese (日本語) at the top of the site.
# Open the Developer Bar (F12) and insert these lines into the console and execute (by pressing the [Enter] key).
# Open the Developer Bar (F12) and insert these lines into the console and execute (by pressing the [Enter] key).
−
<pre>
+
<syntaxhighlight lang="javascript">
−
document.cookie = "ckcy=1;expires=Sun, 09 Feb 2019 09:00:09 GMT;domain=osapi.dmm.com;path=/";
+
document.cookie='ckcy=1;expires=Wed, 17-Jun-2020 00:00:00 GMT;path=/netgame;domain=.dmm.com'
−
document.cookie = "ckcy=1;expires=Sun, 09 Feb 2019 09:00:09 GMT;domain=203.104.209.7;path=/";
+
</syntaxhighlight>
−
document.cookie = "ckcy=1;expires=Sun, 09 Feb 2019 09:00:09 GMT;domain=www.dmm.com;path=/netgame/";
−
document.cookie = "ckcy=1;expires=Sun, 09 Feb 2019 09:00:09 GMT;domain=log-netgame.dmm.com;path=/";
−
</pre>
===Advantages===
===Advantages===