8000 GitHub - MEWPASCO/timestamp-tweaks: Collection of a few timestamp tweaks to make your daily discord usage more user-friendly
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

MEWPASCO/timestamp-tweaks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

Contact me through Discord

Discord

Timestamp Tweaks

This is a small collection of tweaks to the timestamps, as example making timestamps sent in chat more readable, bring back the more detailed message timestamp and also show the exact timestamp of when a message got edited (with only css)((will replace the "edited" text))

More readable timestamps

Before:
Image

After:
Image

Detailed timestamps

Before:
Image

After:
Image

Edited timestamps

Before:
Image

After:
Image

Installing it to your Discord

Use Vencord or an equivalent client mod that allows you to install themes.

Paste the following link into your online theme links:

https://raw.githubusercontent.com/MEWPASCO/timestamp-tweaks/main/timestamps.css

Other method

Paste this into your QuickCSS (Or any non-Vencord equivalent) to make it a little easier:

Note

Must be at the top of your code, @import does not work otherwise - this is for all the @import code you might have - put it to the top!

/* timestamp-tweaks */
@import url('https://raw.githubusercontent.com/MEWPASCO/timestamp-tweaks/main/timestamps.css');

Alternatively if your client does not support online themes you can download the theme file found in this repository and put it into your theme folder.

Configuration

Put this into your QuickCSS (Or any non-Vencord equivalent) to configure some behavior of this theme:

/* timestamp-tweaks */
:root{
  /* the / <number> in the hsl code refers to the opacity */
    --timestamp-border-color: hsl(120 100% 50% / 100%) !important; 
}

Thanks to the creator of the wonderful website of HSL Color Picker, this will help you pick your HSL value/s!

About

Collection of a few timestamp tweaks to make your daily discord usage more user-friendly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0