m0bi13, to kes Polish
@m0bi13@pol.social avatar

A to Wy znacie? 😉

kbin Enhancement Suite?

Napisany przez społeczność system rozszerzeń ui /kbin-a działający w przeglądarce z *monkey

Tutaj strona:
https://aclist.github.io/kes/kes.html

A tutaj magazyn z dyskusjami i anonsami:

https://kbin.social/m/enhancement

Kto kbinuje to zalecam zerknąć. Właśnie opublikowano wersję 3.0.0:
https://kbin.social/m/enhancement/t/630864/KES-3-0-0-New-features-and-stability-improvements

lydiaconwell, to StarTrek
@lydiaconwell@mas.to avatar

Are there any episodes you pretend never happened?

Bear in mind I've only seen up to part way through .

There are a few I think - especially the comedy episodes.

For me the Voyager episode Fury where makes a return is one I pretend never happened.

The producers of the show totally betrayed Kes in that episode, turning her into something she never was.

No. That episode's dead to me.

BBCRadio4, (edited ) to Cinema
@BBCRadio4@social.bbc avatar

"As I watched Billy Casper, in his brilliance and his humanity…"

Christopher Eccleston reads a new adaptation of 'A Kestrel for a Knave' (adapted for the cinema as 'Kes' in 1969) on BBC iPlayer.

He told Mishal Husain about his love for the story, on Today.

doctorwhom, to random
@doctorwhom@mastodon.social avatar

I saw yesterday (the Trinidadian group, not the Star Trek character), and it felt like the room area was 75% covered Trinidad and Tobago flags, 20% other flags, then me.

It was great.

lydiaconwell, to voyager
@lydiaconwell@mas.to avatar

You know that episode of when goes backwards?

Well the thing is, she leaps backwards but each time she leaps into, time runs forward.

And it made me think of the episode of where time ran backwards.

And that's how that Voyager episode should have been done. It should have been backwards with subtitles explaining what was being said.

But is should be a whole reverse entropy thing, and consequences lead to causes. So she could never affect the future.

lydiaconwell, to voyager
@lydiaconwell@mas.to avatar

The episode Warlord was fairly good.

But the main thing about that is it showed how good Jennifer Lien is at acting. It shows how her usual reserved is deliberate decision and not a limited acting ability.

But I really enjoyed the possessed Kes. And I would really have liked a character in the show played by Lien who acted just like that. It was great.

It shows sometimes good characters appear by thinking outside the normal.

lydiaconwell, to voyager
@lydiaconwell@mas.to avatar

The absolute worst episode of has to be Sacred Ground where goes into a coma and has to do some monks' ritual in order to save her.

The religious people are so irritating with their convoluted clap trap pretending to be deep wisdom.

They keep telling Janeway to give up on science and her natural instinct to want to save Kes, and they just waste her time. And after all the bollocks she goes through, they end up telling her what she has to do anyway!

Kbin Enhancement Suite (KES) now working on iOS

Hi kbin users. @shazbot has been working on resolving iOS issues today, and I can tell you that it now works. I'm just a user and know nothing of the scripting these people are doing. I just understand plug and play, along with various settings of apps on my phone. So, for all iOS users you can now enjoy KES settings....

Pamasich, to kbinStyles in Share your CSS and JS snippets here
Pamasich avatar

Several snippets I wrote to customize my experience, which might be useful to others too:


When a comment is too long, the content is truncated in height and a bar is shown that expands the comment when pressed. This snippet makes the bar more narrow and also adds some visual feedback when you hover over it.

.subject .more {
    margin-left: 40%;
    width: 30%;
    border-radius: 15px;
    
    &:hover {
        filter: opacity(85%);
    }
}

I'm using KES (Kbin Enhancement Script) and it adds this settings button to the rightmost of the header, past the user button. This placement, and the different size of the button, makes it very disorienting for me. This snippet moves the KES button to the left of the user, and makes it look more like the other buttons as well.

#header li {
    &.dropdown:has(a.login) {
        order: 2;
    }

    &#kes-settings #kes-settings-button {
        padding-left: 0px !important;
        padding-right: 0px !important;
        min-width: 0px !important;
    }
}

This snippet requires the :has() selector to function. It's relatively new and only supported out of the box in recent-ish Chromium browser versions, so if you use Firefox check here for how to make it work.


When hovering over menu items on kbin, the item being hovered over has the same white line below it as the active item. This snippet makes it visually distinct by changing the shade a bit.

.options >* a:hover, #header a:hover {
    border-bottom-color: hsl(0,0%,70%) !important;
}

KES adds an OP label with customizable colors, but it enforces that the label has both a foreground and a background color. This snippet removes the background color.

a.user-inline::after {
    background-color: unset !important;
}

KES adds collapsible comments with colored lines. I'm not personally a big fan of the colors, but especially the white line for the first level was bothering me. It just didn't look good to have white on my dark theme. This snippet changes all lines to be gray, matching the theme I'm using. You'll probably have to change the color to match your own theme.

.expando {
    & > .threadLine {
        background-color: hsl(0,0%,40%);
    }
    
    &:hover > .threadLine {
        background-color: hsl(0,0%,60%);
    }
}

One more for KES's collapsible comments: when a comment is collapsed, you can click on it to uncollapse it. In the version I have, this does not work in the full width of the comment. The right half of comments isn't clickable and doesn't uncollapse the comment. This snippet changes that so you can click in the full width.

.collapsed-comment {
    grid-template-columns: 20px 20px 1fr !important;
}
  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • cisconetworking
  • thenastyranch
  • GTA5RPClips
  • everett
  • Durango
  • rosin
  • InstantRegret
  • DreamBathrooms
  • magazineikmin
  • Youngstown
  • mdbf
  • slotface
  • ethstaker
  • megavids
  • kavyap
  • normalnudes
  • modclub
  • cubers
  • ngwrru68w68
  • khanakhh
  • tacticalgear
  • tester
  • provamag3
  • Leos
  • osvaldo12
  • anitta
  • lostlight
  • All magazines