Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 954 Bytes

readme.md

File metadata and controls

16 lines (11 loc) · 954 Bytes

chrome-extension-dmm

Chrome extension for bypassing area errors on DMM.

The following area errors are handled:

  • General DMM cookie-based area restriction is fixed by changing (webRequest.onBeforeSendHeaders) relevant cookie value.
  • KanColle gadget server area restriction is fixed by redirecting (webRequest.onBeforeRequest) gadget server requests to a third party cache, so it works like a CDN via GitHub pages (Fastly network).

Installation

  • Open Extensions tab (chrome://extensions)
  • Make sure Developer mode is enabled
  • Load this folder (extracted from ZIP file) by dropping it there or using Load unpacked button
  • You should see a new extension enabled (DMM 0.0.2)
  • Loading, e.g., KanColle should work now.