Feedback Technical Grievances

I've been having trouble quoting messages on Google Chrome. Both mobile and PC, thought it was a temporary bug or a platform thread, but seems like everyone else can quote posts just fine.
 
Is there a way to mute or hide the Beauty Parlour chat when you're logged in?
 
  • Autistic
Reactions: fag0t
Is there a way to mute or hide the Beauty Parlour chat when you're logged in?
I don't know about specific areas of chat, but I blocked the entire chat element with uBlock Origin, along with the fora I never read. So, probably, I guess?
 
  • Like
Reactions: brooky
Refresh the page and it should condense it down to like 1 line

Thanks, I was hoping to get rid of the line but c'est la vie!

I don't know about specific areas of chat, but I blocked the entire chat element with uBlock Origin, along with the fora I never read. So, probably, I guess?

That's perfect, I use Brave but I'm sure it can do the same thing if I poke around. Thank you!

ETA @AlexJonesGotMePregnant thank you so much!! Lifesaver!!
 
Last edited:
  • Like
Reactions: Stilgar of Troon
Thanks, I was hoping to get rid of the line but c'est la vie!



That's perfect, I use Brave but I'm sure it can do the same thing if I poke around. Thank you!

All chat is autistic so I made a simple tampermonkey script to remove it entirely:

JavaScript:
// ==UserScript==
// @name         Kiwifarms: Remove Chat
// @namespace    https://kiwifarms.net/
// @version      0.1
// @description  Remove chat from the page because its annoying
// @author       alexjonesgotmepregnant
// @match        *://kiwifarms.net/*
// @grant        none
// @require http://code.jquery.com/jquery-3.4.1.min.js
// ==/UserScript==

(function() {
    $('.hb-chat--widget').remove();
})();
 
Suddenly the Farms are taking a hell of a long time to load anything on my mobile browser. Sometimes pics, avatars and things won't load at all, sometimes I have to tap a button or link two or three times before it does anything, and like Mountain Dew I can't insert quotes into my posts anymore. It all worked perfectly just yesterday.

Are these temporary bugs that will be ironed out, or what?
 
  • Like
Reactions: 6thRanger
Suddenly the Farms are taking a hell of a long time to load anything on my mobile browser. Sometimes pics, avatars and things won't load at all, sometimes I have to tap a button or link two or three times before it does anything, and like Mountain Dew I can't insert quotes into my posts anymore. It all worked perfectly just yesterday.

Are these temporary bugs that will be ironed out, or what?

Most of the time when you're experiencing this, it's your local machine or a spot problem with the CDN, neither of which have anything to do with KF. They are not bugs at all. Unless many other users are also experiencing slowness, it's almost certainly not the site servers. If the problem is with inserting quotes, that's likely a client-side problem- again, not the server.

When you're experiencing this, i recommend going into chat and asking others if they are having problems too before assuming it's a server problem.
 
I wouldn't assume it's a server error, except for the multiple server errors I've had since joining.
 
All chat is autistic so I made a simple tampermonkey script to remove it entirely:

JavaScript:
// ==UserScript==
// @name         Kiwifarms: Remove Chat
// @namespace    https://kiwifarms.net/
// @version      0.1
// @description  Remove chat from the page because its annoying
// @author       alexjonesgotmepregnant
// @match        *://kiwifarms.net/*
// @grant        none
// @require http://code.jquery.com/jquery-3.4.1.min.js
// ==/UserScript==

(function() {
    $('.hb-chat--widget').remove();
})();
 
Hi! Since yesterday evening kiwifarms isn't accessible via firefox for me. It stays with the cloudflare-message: "Checking your browser before accessing kiwifarms.net." Brave browser works though.
 
Hi! Since yesterday evening kiwifarms isn't accessible via firefox for me. It stays with the cloudflare-message: "Checking your browser before accessing kiwifarms.net." Brave browser works though.

Did you do a hard refresh with ctrl-shft-F5
 
I noticed all images automatically scale down to thumbnail size now? Just wanted to say this change is fucking great, because fuck all of these people who upload huge images and then have the audacity to post them full scale, which ruins the loading time and length of the whole page. I hope this is for everyone and not just me.
 
  • Disagree
Reactions: Sam Losco
Back