How to remove the hazmat suits

  • Want to keep track of this thread?
    Accounts can bookmark posts, watch threads for updates, and jump back to where you stopped reading.
    Create account

FuckedUp

Done with this autism chamber
True & Honest Fan
kiwifarms.net
Joined
Dec 12, 2017
UPDATE: fixed avatar distortion
UPDATE 2: see this post for updated code

Too lazy for Github, so

1. Make folder called "kf suit bypass"

2. Make file called "manifest.json" and copy/paste this code
JSON:
{
    "manifest_version": 2,
    "name": "KF Suit Bypass",
    "version": "1.0",
    "description": "Removes hazmat suits from Kiwi Farms avatars",
    "permissions": ["activeTab"],
    "content_scripts": [
        {
          "matches": ["https://kiwifarms.net/*"],
          "css": ["modder.css"]
        }
      ]
  }
into it

3. Make file called "modder.css" and copy/paste this code
CSS:
span.avatar::before, a.avatar::before {
    background-size: 0px !important;
}

a.avatar img:not(.cropImage) {
    border-radius: 0px !important;
}

/*update: avatar distortion fix below*/
a.avatar {
    display: initial !important;
}
into it

4. Go to "More Tools->Extensions", enable dev mode, click "Load unpacked", and select the folder

5. ????

6.
1116585


7. PROFIT!!!
 
Last edited:
You must carefully peel the suit off without touching the outside, then turn it inside out, then remove the boots, then the gloves.
 
Yeah go ahead, but if the virus is wiped out and you're still alive I'm stacking you on the pyre as a precaution.
 
Back
Top Bottom