LostMyCode

Results 15 comments of LostMyCode

**See this issue** https://github.com/LostMyCode/javascript-deobfuscator/issues/15 Sorry for the inconvenience :( (I couldn't access to the link you put btw)

I guess he( @sanex3339 ) updated his obfuscator.io again. So.. unfortunately my project has been patched again T_T Sorry for the inconvinience.

> * Some map objects are missing > > * "隠された収容所": `sn__object_0116.rfo` (Mapset/Cave/Cave_Objects.zip) > * "研究用モンスター封印地": `sn__object_0062.rso` (Mapset/Mountains_Village/Mountains_Village_Objects.zip) added missing files to the mapset packs waiting for this to be...

nvm. resolved myself ```diff diff --git a/src/layouts/components/Pagination.astro b/src/layouts/components/Pagination.astro index fc0fb04..7e2c5aa 100644 --- a/src/layouts/components/Pagination.astro +++ b/src/layouts/components/Pagination.astro @@ -5,9 +5,32 @@ const indexPageLink = currentPage === 2; const hasPrevPage = currentPage >...