Toggle Pixiv Recommended

Toggle Pixiv Recommended

Adds a button to toggle the obstructive 'Recommended Users' bar on Pixiv without closing it completely.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Toggle Pixiv Recommended",
  "version": "1.0",
  "author": "Ao",
  "description": "Adds a button to toggle the obstructive 'Recommended Users' bar on Pixiv without closing it completely.",
  "content_scripts": [
    {
      "matches": [
        "*://*.pixiv.net/*"
      ],
      "js": [
        "PixivRecs.js"
      ]
    }
  ]
}