SomethingAwful Fixes

Reverts several style changes on SomethingAwful

Wat is SomethingAwful Fixes?

SomethingAwful Fixes is een Chrome-extensie ontwikkeld door Collin Grady, en de belangrijkste functie is "Reverts several style changes on SomethingAwful".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie SomethingAwful Fixes

Download SomethingAwful Fixes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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"]                    

Basisinformatie over de Extensie

Naam SomethingAwful Fixes SomethingAwful Fixes
ID hkcmehfaiggpkbggojdnlnhpalabcjbm
Officiële URL https://chromewebstore.google.com/detail/somethingawful-fixes/hkcmehfaiggpkbggojdnlnhpalabcjbm
Beschrijving Reverts several style changes on SomethingAwful
Bestandsgrootte 60.39 KB
Aantal Installaties 93
Huidige Versie 1.0.5
Laatst Bijgewerkt 2016-08-15
Publicatiedatum 2016-08-15
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Collin Grady
Betalingswijze free
Ondersteunde Talen 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"
}