from Hacker News

Show HN: BroadcastChannel – Turn Your Telegram Channel into a MicroBlog

by ccbikai on 8/9/24, 11:31 AM with 0 comments

I created a tool that turn Telegram Channels into a MicroBlog.

The browser-side implementation achieves 0 JS, resulting in extremely fast access speeds.

Some HTML and CSS features used include:

1. Anti-Spoiler Mode and Mobile Search Box Hidden Display CSS ":checked Pseudo-Class" and "+ Adjacent Sibling Combinator"

2. CSS View Transitions

3. Use the HTML popover attribute for image lightboxes.

4. Use the CSS scroll-timeline Property to Return to Top

5. Image Waterfall layout is a type of Grid layout

6. Use 1px transparent images for visit statistics

7. Disabling Browser-Side JS Execution with Content-Security-Policy