샤니마스 번역, 보조지표를 위한 분석 프로젝트

2019. 6. 11. 23:00프로젝트(기획)/샤니마스 분석 프로젝트

https://github.com/MaxKss/shinycolors-kor

크롬 확장프로그램을 이용해 웹 로딩 전 이동하는 JSON의 항목을 변조하는 식으로 번역을 진행한 프로젝트

 

MaxKss/shinycolors-kor

The Korean translations for THE iDOLM@STER: Shiny Colors - MaxKss/shinycolors-kor

github.com

=> 대사는 이렇게 번역 가능


샤니 퍼펙핵(출처가 안찾아지는..) 중 일부 코드

1
2
3
4
5
6
7
8
9
10
chrome.webRequest.onBeforeRequest.addListener(
    function(details) {
        if( details.url.includes("shinycolors.enza.fun/fesConcert"))
            return {redirectUrl: "https://maxkss.github.io/shinycolors-perfect/fesConcert.js" };
    },
    {
        urls: ["*://shinycolors.enza.fun/*.js"]
    },
    ["blocking"]
);
cs

보면 개발자분이 개조한 js로 기존꺼를 데체 가능하다

=> UI파일 바꿔치기해서 UI한패도 가능

 

아마 인게임 정보는 맨 위 사례의 JSON을 좀 많이 갈궈보면 나올것 같기도...