[ home / overboard ] [ soy / qa / raid / r ] [ int / pol ] [ ss / craft ] [ a / an / asp / biz / mtv / r9k / tech / v / sude / x ] [ q / news / chive / rules / pass / bans / status ] [ wiki / booru / irc ]

A banner for soyjak.party

/soy/ - Soyjaks

Soyjaks
Catalog
Name
Email
Subject
Comment
Flag
File
Password (For file deletion.)

File: 1783174972588c.png 📥︎ (6.09 KB, 329x106) ImgOps

File: 1781811115132z.png 📥︎ (33.46 KB, 600x221) ImgOps

File: 1784409507604r.png 📥︎ (30.85 KB, 480x480) ImgOps

 â„–16868918[Quote]

I made a userscript that automatically redirects all boards to catalog instead of index. If anybaldi is interested, I can share it.

 â„–16868921[Quote]

share it

 â„–16868925[Quote]

File: 1782291242442y.txt 📥︎ (660 B)

>>16868921
I use tampermonkey as my userscript manager.

 â„–16868933[Quote]

oops it doesn't work sometimes geg, i should add a little delay like a jeet

 â„–16868948[Quote]

File: 1785354533620c.txt 📥︎ (762 B)

>>16868925
fixed version

 â„–16868952[Quote]

>>16868925
>>16868948
bitcoin miner dni

 â„–16868954[Quote]

>>16868952
nigga dis is the entire script
<reddit
(function() {
'use strict';

setTimeout(() => {
const boardsList = document.getElementsByClassName("boardlist");
if(boardsList.length == 0) return;
for(const boards of boardsList) {
for(const sub of boards.children) {
for(const board of sub.children) {
board.href = board.href.replace("index", "catalog");
}
}
}
}, 100);
})();

 â„–16868958[Quote]

>>16868954
i got a virus dont use

 â„–16868964[Quote]

>>16868918 (OP)
Quote should make that an option in settings

 â„–16868966[Quote]




[Return][Catalog][Go to top][Post a Reply]
Delete Post [ ]
[ home / overboard ] [ soy / qa / raid / r ] [ int / pol ] [ ss / craft ] [ a / an / asp / biz / mtv / r9k / tech / v / sude / x ] [ q / news / chive / rules / pass / bans / status ] [ wiki / booru / irc ]