Greasy Fork is available in English.

Github Time Formatter Forked

Give Real Time on Github instead of approximate time

< Github Time Formatter Forked 피드백

리뷰: 보통 - 동작하나 버그 있음

§
작성: 2022-09-29

Hello,

Your script is very nice but unfortunately, here is the result in 2022.

Thank you for your answer.

Google Chrome Browser with Tampermonkey

Mikhoul개발자
§
작성: 2022-09-29
수정: 2022-09-29

You are right, I fixed it long ago in a lazy way with a userstyle, so here's the userstyle to fix it:



.Box-header, .Box-row, .Box-body {
padding-right: 85px !important;
}

/* Colonne Nom de Fichers */

.col-5 {
width: 41.66667%;
}


.col-md-2 {
width: 35.66667%;
}

.css-truncate.css-truncate-target, .css-truncate .css-truncate-target {
max-width: 350px !important;
}




Just copy this code in the Stylus extension and it will be fixed, later I will fix it directly in the script.

§
작성: 2022-10-01

Hello again,

Thank you very much for the fix :-)

댓글 남기기

댓글을 남기려면 로그인하세요.