| Line 41: |
Line 41: |
| | # Log into DMM.com | | # Log into DMM.com |
| | # 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), put 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> | | <pre> |
| | document.cookie = "ckcy=1;expires=Sun, 09 Feb 2019 09:00:09 GMT;domain=osapi.dmm.com;path=/"; | | document.cookie = "ckcy=1;expires=Sun, 09 Feb 2019 09:00:09 GMT;domain=osapi.dmm.com;path=/"; |
| Line 50: |
Line 50: |
| | | | |
| | ===Advantages=== | | ===Advantages=== |
| − | * Works for any OS or browser | + | * Works for any OS or browser. |
| − | * You do not need to download or install any third-party software | + | * You do not need to download or install any third-party software. |
| − | * You will have access until you specifically clear your browser cookies | + | * You will have access until you specifically clear your browser cookies. |
| − | * It is fast, since you'll be using your direct internet connection | + | * It is fast, since you'll be using your direct internet connection. |
| | | | |
| | ===How it works=== | | ===How it works=== |
| | [[File:Region_cookies_101.jpg|thumb]] | | [[File:Region_cookies_101.jpg|thumb]] |
| | * You use the browser's dev tools console to write cookies on your computer. Nothing has been transmitted to the server at this point. | | * You use the browser's dev tools console to write cookies on your computer. Nothing has been transmitted to the server at this point. |
| − | * Once you refresh DMM, it will now check for the cookies. Your browser includes these cookies as a part of the HTTP header on your refresh. | + | * Once you refresh DMM, it will check for the cookies. Your browser includes these cookies as a part of the HTTP header on your refresh. |
| | * DMM will now see the new region flag on the cookies, (''which they do not know you faked since it was given by your browser'') and grant you access. | | * DMM will now see the new region flag on the cookies, (''which they do not know you faked since it was given by your browser'') and grant you access. |
| − | * Choose your netgame and play | + | * Choose your netgame and play. |
| | {{clr}} | | {{clr}} |
| | | | |