[a / b / c / d / e / f / g / gif / h / hr / k / m / o / p / s / t / u / v / vg / vm / vmg / vr / vrpg / vst / w / wg] [i / ic] [r9k / s4s / vip] [cm / hm / lgbt / y] [3 / aco / adv / an / bant / biz / cgl / ck / co / diy / fa / fit / gd / hc / his / int / jp / lit / mlp / mu / n / news / out / po / pol / pw / qst / sci / soc / sp / tg / toy / trv / tv / vp / vt / wsg / wsr / x / xs] [Settings] [Search] [Mobile] [Home]
Board
Settings Mobile Home
/r9k/ - ROBOT9001


Thread archived.
You cannot reply anymore.


[Advertise on 4chan]


File: dose1.gif (225 KB, 329x302)
225 KB GIF
browse a different board for a change today instead of the same 2-3 boards you always go to

go on, click on a random board and explore, stimulate your brain
>>
>click on random board
>WE ARE A HIGH QUALITY BOARD GO BACK TO POL V B TRASH ETC
no thanks, these people are fucking insufferable
>>
there is no random board button
>>
>>84925008
only /a/ does that
those guys are fucking losers stuck in 2009
>>
>>84925029
so does /g/, /ck/, /fit/ (lol), /p/, /po/
>>
>>84924999
This isn't my main board so I do, but I get in trouble for saying nigger on other boards.
>>
>>84924999
They all seem to have their own unique trolls and bots specific to the subject, so nothing changed
>>
>>84924999
That's how I got here.

>>84925029
>stuck in 2009
A bit late, but still better than 2026.
>>
>>84925013
>there is no random board button
go to https://4chan.org open inspect element and run this in the console.

function sendToRandomBoard(){
var boardsUnfiltered = document.getElementsByClassName("boardlink");
var boards = [];

// removing the "Popular Threads" links and a weird invisible link to the home page which was probably previously /r/
for (var board of boardsUnfiltered) {
if (!(board.href.includes("thread")) && !(board.href == "https://4chan.org/")) {
boards.push(board);
}
}

var selectedBoard = boards[Math.round(Math.random() * boards.length - 1)]
window.location.href = selectedBoard.href;
}

sendToRandomBoard();
>>
>>84925177
dont run this code it'll steal your passwords
>>
>>84925275
fuck my plan has been foiled



[Advertise on 4chan]

Delete Post: [File Only] Style:
[Disable Mobile View / Use Desktop Site]

[Enable Mobile View / Use Mobile Site]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.