Pepper Grid

Brings back the best grid layout for Pepper websites. The layout is as close as possible to the old grid layout while making full use of the workspace. If something breaks or doesn't work, please report on Discord (coust8894) or [email protected].
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "Pepper Grid",
  "description": "Brings back the best grid layout for Pepper websites. Report issues on [email protected].",
  "version": "1.0.5",
  "manifest_version": 2,
  "default_locale": "en",
  "content_scripts": [
    {
      "matches": [
        "*://*.pepper.pl/*",
        "*://*.promodescuentos.com/*",
        "*://*.pelando.com.br/*",
        "*://*.hotukdeals.com/*",
        "*://*.dealabs.com/*",
        "*://*.nl.pepper.com/*",
        "*://*.mydealz.de/*",
        "*://*.preisjaeger.at/*",
        "*://*.desidime.com/*",
        "*://*.chollometro.com/*",
        "*://*.pepper.ru/*",
        "*://*.pepper.it/*"
      ],
      "js": [],
      "css": [
        "styles/grid.css"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}