pinterest-guest

pinterest-guest

Allows to browse Pinterest without login/registration, removing the offending modal popup. - unlock scrolling - redirect to the categories from home page - force show the search bar please update to latest version 3.0 for new fixes.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "pinterest-guest",
  "version": "3.3.1",
  "description": "Allows to browse Pinterest without login/registration, removing the offending modal popup",
  "applications": {
    "gecko": {
      "id": "jid1-SWdspnBEetWxoA@jetpack"
    }
  },
  "content_scripts": [
    {
      "js": [
        "application.js"
      ],
      "matches": [
        "https://*.pinterest.com/*",
        "https://*.pinterest.at/*",
        "https://*.pinterest.de/*",
        "https://*.pinterest.dk/*",
        "https://*.pinterest.co.uk/*",
        "https://*.pinterest.ie/*",
        "https://*.pinterest.jp/*",
        "https://*.pinterest.co.kr/*",
        "https://*.pinterest.com.mx/*",
        "https://*.pinterest.pt/*",
        "https://*.pinterest.se/*",
        "https://*.pinterest.com.au/*",
        "https://*.pinterest.nz/*",
        "https://*.pinterest.es/*",
        "https://*.pinterest.fr/*",
        "https://*.pinterest.ca/*",
        "https://*.pinterest.ch/*"
      ],
      "run_at": "document_end"
    }
  ]
}