- Joined
- Sep 21, 2016
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.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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?Is there a way to mute or hide the Beauty Parlour chat when you're logged in?
Is there a way to mute or hide the Beauty Parlour chat when you're logged in?
Refresh the page and it should condense it down to like 1 line
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?
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!
// ==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?
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(); })();
For me I can rate everywhere else except conversations. That's the only place I'm getting that "server error" message
Literally just document.querySelectorJQuery sucks but i'm lazy![]()
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.
Yes, that didn't help.Did you do a hard refresh with ctrl-shft-F5