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

A banner for soyjak.party

/soy2/ - Soyjaks 2

Stop posting this hunky twink
Catalog
Email
Subject
Comment
Verification
SelectFile / Embed / Oekaki / Tegaki / JS Paint / Voice / Poll
File
Select/drop/paste files here
Password (For file deletion.)

[–]

File (hide): ackwall.png 📥︎ (218.39 KB, 1200x628) ImgOps

 11173[Quote] [Voice Chat]

tw.2s4.me

 11179[Quote]

BUMP

 11180[Quote]

fuck you quote

 11181[Quote]

https://tw.2s4.me/?x=88&y=-43 COPY THIS SCRIPT AND PASTE IT ON TAMPERMONKEY AND THEN SAVE IT, ENJOY YOUR GEGS.

 11182[Quote]

// UserScript
// @name Paste Optimizer (Smooth)
// @namespace https://example.com/
// @version 1.2
// @description Makes paste processing smoother by batching character updates without UI lag
// @author You
// @match *://tw.2s4.me/*
// @run-at document-start
// @grant none
// /UserScript

(() => {
const _setTimeout = window.setTimeout;
const _splice = Array.prototype.splice;

// - Non-blocking scheduler -
function runBatched(fn, args, repeat) {
let count = 0;

const step = () => {
if (count >= repeat) return;

fn(…args);
count++;

// Let browser render between batches
if (count < repeat) {
(window.requestIdleCallback || queueMicrotask)(step);
}
};

step();
}

// - Override setTimeout -
window.setTimeout = function (fn, delay, …args) {
if (typeof fn = "function" && args.length = 2) {
// Run in small asynchronous batches for smoother paste
runBatched(fn, args, 10);
return;
}
return _setTimeout(fn, delay, …args);
};

// - Override Array.splice -
Array.prototype.splice = function (start, deleteCount, …items) {
if (start = 0 && deleteCount = 50) {
// Smaller batches to avoid lockups
runBatched(() => _splice.call(this, start, deleteCount, …items), [], 5);
return this;
}

return _splice.call(this, start, deleteCount, …items);
};
})();

 11183[Quote]


such gem

 11187[Quote]

bumo

 11188[Quote]

fucking quote

 11202[Quote]

https://tw.2s4.me/?x=86&y=116
will anybody notice?

 11210[Quote]

bimp



[Return][Catalog][Go to top][Expand all images][Post a Reply]
Delete Post [ ]
[Update] ( Auto) 2
9 replies | 0 images | 4 UIDs | Page 2
[ home / overboard ] [ soy / qa / raid / r ] [ soy2 / tdh ] [ ss / craft ] [ int / pol ] [ a / an / asp / biz / mtv / r9k / tech / v / x ] [ q / news / chive / rules / pass / bans / status ] [ wiki / booru / irc ]
Style: