Scrollf*cker

Tries to add the scrollbar back to sites that remove it with overlays. Inspired by F*ck Overlays

What is Scrollf*cker?

Scrollf*cker is a Chrome extension developed by dan.mattern, and its main feature is "Tries to add the scrollbar back to sites that remove it with overlays. Inspired by F*ck Overlays".

Extension Screenshots

screenshot

Download Scrollf*cker Extension CRX File

Download Scrollf*cker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension attempts to add back the scrollbar on sites that remove it, including with overlays. This was inspired by the extension `F*ck Overlays`.                    

Extension Basic Information

Name Scrollf*cker Scrollf*cker
ID ggodnofnmkgfhljenihoopbnhdgfnljj
Official URL https://chrome.google.com/webstore/detail/scrollfcker/ggodnofnmkgfhljenihoopbnhdgfnljj
Description Tries to add the scrollbar back to sites that remove it with overlays. Inspired by F*ck Overlays
File Size 121 KB
Installation Count 2,000
Current Version 1.0.0
Last Updated 2022-07-31
Publish Date 2017-05-20
Rating 4.75/5 Total 8 Ratings
Developer dan.mattern
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Scrollf*cker",
    "author": "Dan Mattern",
    "description": "Tries to add the scrollbar back to sites that remove it with overlays. Inspired by F*ck Overlays",
    "version": "1.0.0",
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "naw.js"
            ]
        }
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "scrollfuck.js"
        ]
    }
}