Give My Head Peace

Give My Head Peace

Lets you click a toolbar button to remove annoying 'floating' HTML elements (sign-up forms, feedback buttons, cookie notifications, etc.) from the current page. It's not permanent - to get them back then just reload the page (press F5).

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Give my head peace",
  "author": "michaelomichael",
  "version": "1.2resigned1",
  "description": "Removes any HTML elements with 'fixed' or 'static' positioning from the page",
  "permissions": [
    "<all_urls>",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/broom.svg"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{77f59674-86bc-4774-9e31-1f6505c1b354}"
    }
  }
}