an easier way to access the farms (this site) on smart tv

  • 🐕 I am attempting to get the site runnning as fast as possible. If you are experiencing slow page load times, please report it.
Status
Not open for further replies.

patcon guy

for culture and paternalistic governance!
kiwifarms.net
Joined
May 24, 2023
look, i know this shit sound and look autistic but hear me out. wouldn't it be better to browse this site in 4K glory?

fun fact: TOR browser and any browser can be installed on android TV (provided if you know what hardware your smart tv is running on).

so i present you this: openkf.neocities.org
it's a simple responsive website i've made that i definitely don't use existing html tempalte to access the farms with ease.

poof:
the resolution is 1080p so it ould be easier on the eyes
the resolution is 1080p so it ould be easier on the eyes
 
Imagine trusting a link posted by this faggot
View attachment 5165795
Yeah let me just use that, and log in too! Nothing can go wrong.
fucking niggers, the source code of my site has nothing malicious in it.
29599604.png
HTML:
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <script defer src="./js/java.js"></script>
  <link rel="icon" type="image/x-icon" href="/Untitled17.png">
  <link rel="stylesheet" href="./css/style.css">
  <title>url opener</title>
</head>
<body>
  <div class="titlebox">
    <h1 class="title">url opener</h1>
  </div>
  <div class="inputbox">
    <textarea type="text" name="" id="inputfieldjs" class="inputfield"></textarea><button onclick="button1()" class="button">open link</button>
    <a href="javascript:clearthetext()" class="cleartext">clear text</a>
  </div>
</body>
</html>
CSS:
* {
  box-sizing: border-box;
}

.txtcolor{
  color: white;
  font-style: italic;
  text-decoration: underline;
}

.desc1{
    color: black;
  text-decoration: underline;
  }

hr.lineruling{
  border: 2px solid purple;
  border-radius: 2px;
  }
 
hr.lineruling2{
  border: 2px solid purple;
  border-radius: 2px;
  }
.disclaimer{
  color: cyan;
  text-decoration: underline;
  }

.disclaimer2{
  color:yellow;
  text-decoration:underline;
  }
.thebutton{
  width:385px;
  height:80px;
  font-size:22px;
  }
 
body {
 background-color:black;
}

.thetitle11{
  color:white;
  }
 
.thetorlink{
  color:white;
  }
 
.thelinktm{
  color:lightgreen;
  }
JavaScript:
function copyLink(id){
var text = document.getElementById(id).innerText;
    var elem = document.createElement("textarea");
    document.body.appendChild(elem);
    elem.value = text;
    elem.select();
    document.execCommand("copy");
    document.body.removeChild(elem);
}
 
I want to go back to browsing the farms on my piss breaks instead of having to wait for my poop breaks because tor is being janky and wants me to login again
It has come to this point where countries are so strict that it's such a necessity to be anonymous on the farms and keeping a database makes it too obvious.
 
  • Winner
Reactions: patcon guy
Why would you subject yourself to browsing a website with a tv remote?
Why are you browsing a website full of people saying nigger and tranny nudes on your smart tv?
1) because it's way cooler to do it on a smart tv.
2) i have both a wireless keyboard and a wireless mouse.
3) i live alone bruh.
 
Status
Not open for further replies.
Back