Grabacr07 / KanColleViewer

艦これブラウザーのようなもの
http://grabacr.net/kancolleviewer
MIT License
912 stars 445 forks source link

how to Editing DMM Cookie's Region Flag #240

Open highlizard opened 6 years ago

highlizard commented 6 years ago

I don't want to use VPN how to Editing DMM Cookie's Region Flag in KanColleViewer ?

KanColleViewer can't use F12 or right click in browser

k93307 commented 6 years ago

Add "javascript:" in front of the cookie code and enter each one of them in the url bar works.

Like this:

javascript:document.cookie = "cklg=welcome;expires=Sun, 09 Feb 2019 09:00:09 GMT;domain=.dmm.com;path=/"; javascript:document.cookie = "cklg=welcome;expires=Sun, 09 Feb 2019 09:00:09 GMT;domain=.dmm.com;path=/netgame/"; javascript:document.cookie = "cklg=welcome;expires=Sun, 09 Feb 2019 09:00:09 GMT;domain=.dmm.com;path=/netgame_s/"; javascript:document.cookie = "ckcy=1;expires=Sun, 09 Feb 2019 09:00:09 GMT;domain=.dmm.com;path=/"; javascript:document.cookie = "ckcy=1;expires=Sun, 09 Feb 2019 09:00:09 GMT;domain=.dmm.com;path=/netgame/"; javascript:document.cookie = "ckcy=1;expires=Sun, 09 Feb 2019 09:00:09 GMT;domain=.dmm.com;path=/netgame_s/";