Dont touch my scroll!

Dont touch my scroll!

Stops websites from adding smooth scroll, parallax scrolling, fast scrolling to their sites.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Dont touch my scroll!",
  "description": "Stops websites from adding smooth scroll, parallax scrolling, fast scrolling to their sites.",
  "author": "Levi Bostian",
  "version": "0.1.0",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "disable_scroll.js"
      ]
    }
  ]
}