Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to Editing DMM Cookie's Region Flag #240

Open
highlizard opened this issue Sep 13, 2018 · 1 comment
Open

how to Editing DMM Cookie's Region Flag #240

highlizard opened this issue Sep 13, 2018 · 1 comment

Comments

@highlizard
Copy link

highlizard commented Sep 13, 2018

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
Copy link

k93307 commented Sep 20, 2018

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/";

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@highlizard @k93307 and others