Tumblr Safe Mode Redirect

Tumblr Safe Mode Redirect

Redirects the tumblr safe mode warning page, from attempting to open a blocked tumblr, to the dashboard view of the blocked tumblr, which still works.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Tumblr Safe Mode Redirect",
  "description": "Redirects the useless tumblr safe mode warning page to the dashboard view of the blocked tumblr, which still works.",
  "version": "1.0.1",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "*://www.tumblr.com/*"
  ]
}