Greasy Fork

LynxChan Extended Minus Minus

LynxChan Extended with even more features

< 脚本LynxChan Extended Minus Minus的反馈

评价:好评 - 脚本运行良好

SaddestPanda作者
§
发表于:2025-04-17

good stuff

SaddestPanda作者
§
发表于:2025-04-17
编辑于:2025-04-17

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

§
发表于:2025-04-19

Added

SaddestPanda作者
§
发表于:2025-04-20

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

SaddestPanda作者
§
发表于:2025-04-21

More contributions: https://paste.to/?48cac3ff9db538bb#4obSL4H5thYY4Auzaxb4LBoVhKMy93BGAnfFEMVycs5K

  • Now the settings menu is themed. Also settings text is a bit more clear and less wordy.
  • Removed kachina's little question mark (it would break on custom spoilered boards) I kept that when I first made the kachina spoilers without thinking about this.
  • Added .jpeg to ThreadSpoiler thing
SaddestPanda作者
§
发表于:2025-04-21

(ignore the link above)

https://paste.to/?cf003d98ab87f98d#GhPwGu6twY3ZtjZqpEXEuoy8tiNwBKcZ3RDhqYCMgR9c

  • In addition to above this one also fixes the ThreadSpoiler (its quite fun and has some users)

That should be the last update from me for a while (hopefully)

SaddestPanda作者
§
发表于:2025-04-21

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.

SaddestPanda作者
§
发表于:2025-04-26

(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;
        }
§
发表于:2025-04-26

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

发表回复

登录以发表回复。