Sycamore21
kiwifarms.net
- Registrado
- 21 de Sep, 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.
Sigue el video de abajo para ver cómo instalar nuestro sitio como una aplicación web en tu pantalla de inicio.
Nota: Esta función puede no estar disponible en algunos navegadores.
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