LynxChan Extended with even more features
< 脚本LynxChan Extended Minus Minus的反馈
I'll try to contribute a little tomorrow
such as a checkbox for "override board's custom spoiler image"
example custom spoiler post: https://8chan.moe/v/res/640607.html#q1112538 (its just [src*="/custom.spoiler"] instead of spoiler.png)
might also be relevant where spoiler.png is used
Added
There might be a problem with auto updates now. The last version was 1.41 and this one is 1.5 (41 > 5) so the script manager says "downgrade to v1.5" on the page now. People probably won't be getting the auto update.
Make a new version 1.50 or 2.0.0
More contributions: https://paste.to/?48cac3ff9db538bb#4obSL4H5thYY4Auzaxb4LBoVhKMy93BGAnfFEMVycs5K
(ignore the link above)
https://paste.to/?cf003d98ab87f98d#GhPwGu6twY3ZtjZqpEXEuoy8tiNwBKcZ3RDhqYCMgR9c
That should be the last update from me for a while (hopefully)
One last thing; I looked into theming the scrollbar post indicators but somehow those colors that I first picked work perfectly in every single board theme.
I tried to use a themed color by utilizing css --var's and filter:'s for 2+ hours but nothing looked as good as those.
Those colors should probably stay as is. Don't break whats not broken.
(if you left for halfchan feel free to add me as an author for this script, I'll fix the bugs)
Alright post (you) highlighting CSS is broken. I also want to split that and smaller thumbs into a separate option.
its gonna be like this:
/* mark your posts and replies (same selectors are also used for detection above) */
.innerPost:has(> .postInfo.title > .youName) {
border-left: 3px dashed !important;
border-left-color: #4BB2FFC2 !important;
}
.innerPost:has(> .divMessage .quoteLink.you) {
border-left: 2px solid !important;
border-left-color: rgb(0, 102, 255) !important;
padding-left: 1px !important;
}
I decided to stay on 8chan for now since my ISP is still rangebanned and there's still a wait between posting, but I'll add you as an author
good stuff