PepperPig

This commit is contained in:
2024-04-15 14:02:47 +02:00
parent a5311c9453
commit 6292175835
844 changed files with 974 additions and 1749 deletions

View File

@@ -27,7 +27,11 @@ function unpackSupport(cipher) {
}
function unpackFeature(packed) {
let unpacked = { status: statuses[packed.B], title: packed.C }
let unpacked = {
status: statuses[packed.B],
title: packed.C,
shown: packed.D
}
unpacked.stats = Object.keys(packed.A).reduce((browserStats, key) => {
let browser = packed.A[key]
browserStats[browsers[key]] = Object.keys(browser).reduce(