- Joined
- Oct 6, 2021
How is it legal for these disgusting perverts to just size domains.?
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'm having issues with .st as well. When I login it says I need to accept cookies, but my browser is already set to accept cookies. Refreshing, clearing cache, and restarting my phone didn't solve the problem. Plz help Dear Feeder
Tor seems fine at least.
It's odd you're getting an insecure warning to the left of kiwifarms.st..st is not allowing me to access the login tab on brave mobile with shields down, and site white listed in cookie settings.
View attachment 5291530
I try to have a live ans let live policy on life, but THESE people should be rounded up and publicly tortured; not just because of this site, but how they are as people. Faggots who can't accept themselves but want to tell others what to say or what to think.How is it legal for these disgusting perverts to just size domains.?
They should all take up mountain climbing.I try to have a live ans let live policy on life, but THESE people should be rounded up and publicly tortured; not just because of this site, but how they are as people. Faggots who can't accept themselves but want to tell others what to say or what to think.
I think Vlad III needs to make a comeback. Or maybe señor Adolfus
Specifically, its south face.I suggest Annapurna.
that was it for me, I wasn't getting auto redirected to httpsIt's odd you're getting an insecure warning to the left of kiwifarms.st.
try typing in the full thing manually: https://kiwifarms.st
You might also click the little triangle and exclamation point and see what that says is wrong.
It has the full hyperlink, brave mobile cuts off the prefix of a hyperlink from view in the address bar.It's odd you're getting an insecure warning to the left of kiwifarms.st.
try typing in the full thing manually: https://kiwifarms.st
You might also click the little triangle and exclamation point and see what that says is wrong.
If you can get away with RAPE, like Liz-Fong Jones (CTO of honeycomb.io) did, you can get away with anything.How is it legal for these disgusting perverts to just size domains.?
works fine on my Android but not my iPadSame thing happened to me on regular chrome phone browser until a little bit ago. Semi total phoneposter death has arrived
// ==UserScript==
// @name Replace Kiwi Farms links to TOR
// @grant none
// @match https://kiwifarmsaaf4t2h7gc3dfc5ojhmqruw2nit3uejrpiagrxeuxiyxcyd.onion/*
// ==/UserScript==
const kf_domains = [
'kiwifarms.net', 'kiwifarms.is', 'kiwifarms.pl', 'kiwifarms.ru', 'sneed.today', 'kiwifarms.ru', 'kiwifarms.st'
]
window.addEventListener("DOMContentLoaded", ()=>{
var kf_links = document.querySelectorAll(".link");
for (let l = 0; l < kf_links.length; l++) {
var domain = kf_links[l].href.match(/^(?:https?:\/\/)?(?:[^@\n]+@)?(?:www\.)?([^:\/\n\?\=]+)/im)[1];
if (kf_domains.indexOf(domain) > -1) {
kf_links[l].href = kf_links[l].href.replace(/^(?:https?:\/\/)?(?:[^@\n]+@)?(?:www\.)?([^:\/\n\?\=]+)\/(.*)$/, "https://kiwifarmsaaf4t2h7gc3dfc5ojhmqruw2nit3uejrpiagrxeuxiyxcyd.onion/$2");
}
}
})
Links have built-in properties that will completely eliminate the need for those regexps. I'd replaceTampermonkey/Greasemonkey user script that automatically changes links to match the Tor domain, but it can be edited to work on clearnet domains too.
var domain = kf_links[l].host;
and then, inside the if
where you update the link, this:kf_links[l].protocol = location.protocol;
kf_links[l].host = location.host;
@match
for .st, so it'll work regardless of where, and it'll update the links to match the current location.A
element if I need to mangle a URL from an element that doesn't have those special link properties (e.g. img.src
).I'm finding its happening to thumbnails if you open image in new tab it works, but clicking a thumbnail to open full image in gallery does not.Some attachments still have the old .pl domain. So while the thumbnails show up, the full images don't.
Attachments are totally broken for me.Are attachments behaving better?