/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 (Temporarily Dead).

Ghost Screen
Celebrating its fifth anniversary all September


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
>>23918 and thread banishment. and mascot.
>>23918 The native site already allows you to create a custom board list though. >>23920 Catalog filtering could be added, mascots I don't really feel like adding, maybe I dunno. I'll work on it when I've gathered enough strength.
>>23918 >>23920 If you want to keep using FullchanX, switch from ViolentMonkey to TamperMonkey.
>>23921 (NTA) >The native site already allows you to create a custom board list though. Really? Cuz as far as I can tell there's no native setting for the top bar at all
>>23921 >The native site already allows you to create a custom board list though. I can't find it. Are we talking about the same thing? I mean a list in the navbar
>>23923 it's not a settings dialog setting yet but you can just star (favorite) boards which go at the end and then user css #navTopBoardsSpan { display: none; } to remove the top boards
>>23925 >>23924 In 8chanSS set the setting (under Style) to hide the default board list. Then go to each board you want to add to your custom list and press the star icon at the top next to the board name. It'll be added to your custom board list (aka favorites).
>>23922 It seems many of FullchanX's features still break on Tampermonkey, and it also messes with at least one 8chanSS feature (YouTube link enhance). Not sure if it's worth it.
>>23921 Hey, can you add the YouTube Link Enhance to reply/quoted post hover preview? It's just a little convenient thing and something nipah's YouTube Link Enhancer still does that 8chanSS' own implementation hasn't done yet. Thanks.
(42.92 KB 466x859 Capture.PNG)

>>23920 >>23950 Fixed and added a mascots option. As a reminder, you can get mascots from here or upload yours: https://8chan.se/mascot/catalog.html External URLs should work, at least in my testing it worked fine with catbox.moe links though that might just be the CSP letting it pass through. As for the thread banishing/filtering I still have to think about it more, regex is hard but I want it to be simple and easily usable without having to look up how to regex for the user. 8chanSS 1.56.0 released! >New Option: Mascots >Enhanced Youtube Links will now correctly work for hover posts
(104.61 KB 1075x1250 1671663750132524.jpg)

>>23981 Thank you!
>>23981 Any chance you could add the icon backlinks Fullchan X had? Now that you've added mascots that's the one feature I'm still missing.
>>23981 it's mindboggling that parts of this script aren't part of the actual stie
>>23987 you should skim through the site codebase if it weren't such a disaster, they might have been, but for now it's a collaborative effort
>>23981 Thank you, anon.
(20.69 KB 652x256 Capture.PNG)

>>23983 This look alright to you? I don't have a MacOS system or Linux installed, so I'm not sure if it'll look the same across systems.
>>23991 Looks right to me. The rotated icons would change color based on the ID of the reply.
>>23996 Did it? I want to keep it pure CSS so I'm just going to ignore the color changing.
(18.14 KB 463x492 filter.PNG)

(29.67 KB 463x854 icons.PNG)

(23.66 KB 459x673 favs.PNG)

8chanSS v1.57.0 released >New Option: Backlink icons (Threads > Navigation) >New Option: Catalog Thread Filtering (Catalog > Enable Thread Hiding) >New Option: Save & restore Favorite boards buttons >Shuffled some options around The menu is getting pretty crowded now... >>23983 >>23920
>>23988 i mean even some of the very basic tweaks would help out. things like better fonts in the various menus and being able to tab to the captcha field when posting
>>23999 yeah, but everything's such a disaster it's like trying to clean a hoarder home and there are things way more important than little visual things people can fix themselves even if I could knock out like a hundred of them in the time it's taking to do the other stuff repo's right there if you want to pick up some of the slack and it's not hard to contribute if I can do it, anyone can currently working on making backend stuff not such a chore and some things there, then back to the thread updater so the site actually works, and then try to knock out as many of those little ux issues like broken links, things not acting right, etc
>>23998 The menu is quite alright with the tabs. You only need to read it once after all.
>>23998 Very nice. Thank you, anon. Btw, can either you or Lynxchan Extended dev add google lens, trace.moe and ascii2d to your reverse image search function (basically superseding the reverse imeiji search script)? Thanks in advance.
>>24013 Those are much more annoying. You have to upload the image to a temporary host and have at least 3 temporary host options because one country bans 2 of the temporary image hosters.
>>24014 Also I can't think of a good UX for lynx yet. Maybe the same icon on bottom left but when clicked it opens a menu or something.
>>24013 Can't you just use the saucenao to google images/yandex pipeline?
I had my own JS script to autoscroll on new posts but ever since the last site update it doesn't work anymore. Anyone have one that works?
>>24019 you probably need tampermonkey if it keyed off the site functions to do it purely in content context it's just a mutation observer
>>24020 It was just a script I could paste JS field in the native 8ch settings. It indeed just watched if there was a new post element on refresh and I tried replacing it with one that observed if the scroll height changed as a proxy for a new post but that doesn't work either. Was hoping someone smarter had one running already.
>>24021 userjs field is deprecated as the csp breaks it and it was barely functional to begin with it needs removed from the dialog the script should still work as a userscript (but not violentmonkey in firefox, it respects that weird tryhard page/context security shit)
>>24022 Huh, it does work as a userscript. Had no clue they deprecated it. Thanks for the heads up anon.
Looks like FullchanX is completely broken now and throwing "fcxs.init is not a function". I switched to 8chanSS and it looks like all the features have been reimplemented
>>24072 End of an era I guess. Fullchan-x was a very well written script. He is also the kickstarter of the 8chan scripts thread so that deserves big praise too. Thanks for all the other devs for carrying the legacy.
complete shitter when it comes to CSS here. what do i need to change if i like Penumbra but hate the font choice?
>>24116 body { font-family: ; } select, textarea { font-family: ; } ask an llm or search up a font family string for what you want
>>24117 wow, that was fast. thanks.


Forms
Delete
Report
Quick Reply