/t/ - Technology

Discussion of Technology

Index Catalog Archive Bottom Refresh
Options
Subject
Message

Max message length: 12000

files

Max file size: 32.00 MB

Total max file size: 50.00 MB

Max files: 5

Supported file types: GIF, JPG, PNG, WebM, OGG, and more

CAPTCHA
E-mail
Password

(used to delete files and posts)

Misc

Remember to follow the Rules

The backup domains are located at 8chan.se and 8chan.cc. TOR access can be found here, or you can access the TOR portal from the clearnet at Redchannit 3.0.

Welcome Refugees!
Don't see your board? Register and create it!


8chan.moe is a hobby project with no affiliation whatsoever to the administration of any other "8chan" site, past or present.

You may also be interested in: AI

8chan.moe css and settings- resting place for /g/ Refuges Anonymous 04/16/2025 (Wed) 18:02:35 No. 17721
For refuges they were interested in seeing how to adjust settings for this website. I was going to start listing things I saw in other refuge threads here so it can be compiled by people wishing to stay. There is a gear icon on the top left header that can be opened and can hold filters, css, JS and other. -this inputed into css: #navTopBoardsSpan { display: none;} hides the default board list on the top of the header if you don't like the default boards showing. -If your cookies are activated on the website there should be a "star" icon next to the board name you can click on the star to add it to a custom header on the top to populate boards you care about. If you see other refuge threads you can leave a link to here to gather together /g/ refuges to help them consolidate
Very basic spoiler thumbnail reveal. I'm sure someone can do it better with observers or some shit. You need to replace the /8t_ part with /t_ I don't know why it's adding that 8 when I submit. const revealSpoilers = function() { const spoilers = document.querySelectorAll(".imgLink > img[src='/spoiler.png']"); spoilers.forEach(spoiler => { const fileName = spoiler.parentElement.href.split("/")[4].split(".")[0]; spoiler.src = `/.media/8t_${fileName}`; }); } setInterval(revealSpoilers, 1000);
Is there a way to deal with portrait images on the Catalog pushing all the posts' text out of view?
Simple QR keybind (there's probably a better way to code it but oh well) document.onkeydown = e => { if (e.key === 'q' && !/INPUT|TEXTAREA/.test(e.target.tagName)) { const quickReply = document.querySelector('#quick-reply'); const isOpen = quickReply.style.display === 'block'; (isOpen ? quickReply.querySelector('.close-btn') : document.querySelector('a[href="#postingForm"]'))?.click(); } };
Hide post form by default const newposthide = document.querySelector('#newPostFieldHide'); if (newposthide !== undefined) newposthide.checked = true; const togglebtn = document.querySelector('#togglePosting'); if (togglebtn !== undefined) togglebtn.click();
>>17721 anyone know how i can see if a thread im watching posted a (you) in the "watched threads"
>>17799 Dollchan works on 8moe
>>17830 Dollchan seems to notify only if there is new posts not a /you)
bump, monitoring site threads looking for more discoveries.
>>17856 No, it notifies (yous)
Is there any way to get quote threading?
(143.51 KB 750x1119 IMG_5933.jpg)

I miss 4chanX.
I found something called LynxChan/8chan--, seems to work https://rentry.org/8chanMinusMinus
>>17909 Maybe I am using it wrong but no,it doesn't.
>>17924 >Features no one asked for but I'll add it anyway: >>Mascots I'm asking for it. I actually came into this thread to ask how to add them via CSS
>>17958 Same. That would be awesome and I hope can turn it on/off.
>#navTopBoardsSpan { display: none;} Can I limit the boards to a certain amount ie have 6 instead of disabling it entirely? Or at least move the favorited boards in front?
>>17799 Yes I am retarded before you ask but where is the thread watcher here?
any way to auto-redirect index to catalog?
>>17923 Like losing an arm, ain't it?
Random stuff, provided by 4chanX, that I miss from the home board: - 'q' opening the quick reply panel, 'esc' dismissing it - floating thread watcher - custom header & board list - download & md5 filter links next to media - custom CSS (thus painting (Your) posts a slightly different shade) - automatically redirecting the board index to the catalog (ditto >>18129) - probably more shit that I took for granted lol Never understood why people went with the native extension: clear your cookies once and, boom, all your spergin' down the drain.
>>18129 Since there are so many websites that benefit from redirection I use a plugin called "Redirector". This is how I've set it up for this website.
>>17721 My CSS rice to make the floating windows more consistent #qrbutton, #quick-reply table { width: 100%; margin: unset; } #quick-reply { padding: 0; top: 300px; left: 900px; } #quick-reply th { border: unset; } #qrbody { min-width: 300px; min-height: 150px; } .postingFormExtra { text-align: center; } input[type="button"], input[type="submit"], button, .dropzone, .selectedCell { background: var(--menu-color); } .floatingMenu { background-color: var(--background-highlight-color); } .floatingMenu .handle { text-align: center; font-weight: unset; } .close-btn { font-size: 80%; padding-top: unset;
[Expand Post] padding-left: unset; }
>>18179 >make post halfway through a thread >window scrolls to look at the post you made, fucking up the unread count I wish it wouldn't do that.
>>18214 >>18179 - images only expand to the size of the viewport when clicked Missing this one like you wouldn't believe.
>>18179 This script >>18069 does some of that.
Adding dark mode to some elements missing it like the checkboxes and menus input[type="checkbox"], #budgetMeterQr { filter: invert(100%) hue-rotate(180deg) contrast(75%); } select, input[placeholder="filter"] { color: var(--text-color); border-color: var(--navbar-text-color); background-color: var(--background-color); }
Is there a way to put the toolbar on the bottom like you could with 4chan?
>>18302 Like this? I never used that feature. #dynamicHeaderThread { top: unset; bottom: 0; }
>>18303 Aye that's the one thanks I always preferred this format.
>>18304 Just noticed the catalog uses a different ID, it's a simple fix though: #dynamicHeaderThread, #dynamicHeaderBoard { top: unset; bottom: 0; }
>>18069 Updated with lots of new options.


Forms
Delete
Report
Quick Reply