xiaospace1028

Results 1 comments of xiaospace1028

> https://github.com/bertrandom/chrome-cookies-secure/blob/master/index.js#L46 > > ```js > // change slice indexStart from 0 to 32 > decoded = decoded.slice(32, decoded.length - padding); > ``` > > This change above work for...