SomethingAwful Fixes

Reverts several style changes on SomethingAwful

What is SomethingAwful Fixes?

SomethingAwful Fixes is a Chrome extension developed by Collin Grady, and its main feature is "Reverts several style changes on SomethingAwful".

Extension Screenshots

screenshot

Download SomethingAwful Fixes Extension CRX File

Download SomethingAwful Fixes 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

                        Current version: 1.0.4
* old style pagenav! (now with option to keep dropdown as well)
* removes new CSS
* reverts breadcrumbs to old style (no-hover; updated as of Jan 18, 2013)
* small improvements to forum jump
* replace icon filtering links in thread list

Use Adblock to kill http://www.somethingawful.com/css/forums.css to prevent the flash of the new style before the script kicks in.

css/forums.css$domain=somethingawful.com
somethingawful.com##[href*="/css/forums.css"]                    

Extension Basic Information

Name SomethingAwful Fixes SomethingAwful Fixes
ID hkcmehfaiggpkbggojdnlnhpalabcjbm
Official URL https://chromewebstore.google.com/detail/somethingawful-fixes/hkcmehfaiggpkbggojdnlnhpalabcjbm
Description Reverts several style changes on SomethingAwful
File Size 60.39 KB
Installation Count 93
Current Version 1.0.5
Last Updated 2016-08-15
Publish Date 2016-08-15
Rating 5.00/5 Total 3 Ratings
Developer Collin Grady
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/forums.somethingawful.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "script.js"
            ]
        }
    ],
    "description": "Reverts several style changes on SomethingAwful",
    "icons": {
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "name": "SomethingAwful Fixes",
    "short_name": "SA Fixes",
    "options_page": "options.html",
    "permissions": [
        "storage",
        "*:\/\/forums.somethingawful.com\/*"
    ],
    "version": "1.0.5"
}