Kill-Sticky

Kill-Sticky

Remove all elements with fixed or sticky positions

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "Remove all elements with fixed or sticky positions"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+K",
        "mac": "Command+K"
      }
    }
  },
  "description": "Remove all elements with fixed or sticky positions",
  "manifest_version": 2,
  "name": "Kill-Sticky",
  "permissions": [
    "activeTab"
  ],
  "version": "1.4.0"
}