No Tumblr Popovers

No Tumblr Popovers

Prevent 'Source' popovers from obscuring the heart/reblog buttons while you scroll through your Tumblr dashboard.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "No Tumblr Popovers",
  "description": "Prevent 'Source' popovers from obscuring the heart/reblog buttons while you scroll through your Tumblr dashboard.",
  "version": "1.0.3",
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "permissions": [
    "http://www.tumblr.com/dashboard",
    "https://www.tumblr.com/dashboard"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://www.tumblr.com/dashboard",
        "https://www.tumblr.com/dashboard"
      ],
      "css": [
        "nopopover.css"
      ]
    }
  ]
}